From ddcc45f0615ab6ba776635a15e2183f8d50401a7 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 10 Feb 2009 10:24:56 -0500 Subject: Moved the textadept.locale table into the globals table. --- core/locale.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/locale.lua') diff --git a/core/locale.lua b/core/locale.lua index 26a7f1fe..696eacb1 100644 --- a/core/locale.lua +++ b/core/locale.lua @@ -7,7 +7,7 @@ -- languages. -- However, you must convert any UTF-16, UTF-32, etc. to UTF-8 manually as the -- \U+xxxx format cannot be represented in Lua. -module('textadept.locale', package.seeall) +module('locale', package.seeall) -- init.lua -- cgit v1.2.3