diff options
author | Sadie Powell <sadie@witchery.services> | 2025-05-02 11:38:17 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-05-02 11:38:17 +0100 |
commit | b091184c606a2769800a7c49d03620a456e7fd40 (patch) | |
tree | 3dc5218ba131faac95fe04192043377f025de0bc /docs | |
parent | 6b1a491694277fa3ac1117e0ca2826898e451791 (diff) |
Remove an obsolete comment about Windows.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/LANGUAGE | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/LANGUAGE b/docs/LANGUAGE index 5ff98beb3..00e00c111 100644 --- a/docs/LANGUAGE +++ b/docs/LANGUAGE @@ -29,7 +29,6 @@ Anope Multi Language Support 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 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). |