diff options
author | 2010-11-30 19:55:39 -0500 | |
---|---|---|
committer | 2010-11-30 19:55:39 -0500 | |
commit | c7b543e79b41d9a983cc89e264acd0472d09dc92 (patch) | |
tree | 9b28b836f65b396ea160ba91048fb030018ccdcc /core/locale.lua | |
parent | 6c1afd75fc048e65cef5bfdbe68c79a082bdad43 (diff) | |
download | textadept-c7b543e79b41d9a983cc89e264acd0472d09dc92.tar.gz textadept-c7b543e79b41d9a983cc89e264acd0472d09dc92.zip |
New manual.
Diffstat (limited to 'core/locale.lua')
-rw-r--r-- | core/locale.lua | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/core/locale.lua b/core/locale.lua index 5b14a254..0b148e68 100644 --- a/core/locale.lua +++ b/core/locale.lua @@ -5,15 +5,6 @@ module('locale', package.seeall) -- Markdown: --- ## Overview --- --- All Textadept messages displayed are located in `core/locale.conf`. To change --- the language, simply put a similar file containing the translated messages in --- your `~/.textadept/` folder. See `core/locale.conf` for more information. --- --- Feel free to translate Textadept and send your modified `locale.conf` files --- to me. I will put them up on the site where they can be accessed. --- -- ## Fields -- -- Each message ID in `core/locale.conf` is accessible as a field in this |