summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/LANGUAGE1
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).