diff options
author | Sadie Powell <sadie@witchery.services> | 2024-07-20 19:24:19 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-07-20 19:25:58 +0100 |
commit | 63ad540e555e3de05f7b085e008c92c04a5de351 (patch) | |
tree | 7cb1626151de6825b987e450ae306fc823afe5f5 | |
parent | a1165eea94249c293edbdebb39607008f9ae72c1 (diff) |
Add a note to LANGUAGE about rebuilding from scratch.
-rw-r--r-- | docs/LANGUAGE | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/LANGUAGE b/docs/LANGUAGE index 061d611f6..a98440e8b 100644 --- a/docs/LANGUAGE +++ b/docs/LANGUAGE @@ -19,6 +19,8 @@ Anope Multi Language Support Then execute: dpkg-reconfigure locales + If you have already built Anope you will need to delete the build directory and rebuild from scratch. + Building Anope on Windows with gettext support is explained in docs/WIN32.txt 2) Adding a new language |