diff options
Diffstat (limited to 'core/locale.lua')
-rw-r--r-- | core/locale.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |