diff options
Diffstat (limited to 'docs/LANGUAGE')
-rw-r--r-- | docs/LANGUAGE | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/LANGUAGE b/docs/LANGUAGE index a98440e8b..ae7dfc6ab 100644 --- a/docs/LANGUAGE +++ b/docs/LANGUAGE @@ -28,14 +28,14 @@ Anope Multi Language Support Anope uses gettext (https://www.gnu.org/software/gettext/) to translate messages for users. To add a new language install gettext and run `msginit -l language -o anope.language.po -i anope.pot`. For example if I was translating to Spanish I could run `msginit -l es_ES -o anope.es_ES.po -i anope.pot`. Open the newly generating .po file and start - translating. Once you are done simply rerun ./Config; make && make install and add the language to your services.conf. + translating. Once you are done simply rerun ./Config; make && make install and add the language to your anope.conf. Note that on Windows it is not quite this simple, windows.cpp must be edited and Anope recompiled and restarted. Poedit (https://poedit.net/) is a popular po file editor, and we recommend using it or another editor designed to edit po files (especially on Windows). If you have finished a language file translation and you want others to use it, please send it to team@anope.org - (don't forget to mention clearly your (nick)name, your e-mail and the language name). You'll of course get full credit for it. + (don't forget to mention clearly your (nick)name, your email and the language name). You'll of course get full credit for it. NOTE: There is no guarantee we will use your work so please do not be offended if we say no thanks. |