diff options
author | Sadie Powell <sadie@witchery.services> | 2025-05-02 11:36:43 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-05-02 11:37:23 +0100 |
commit | 6b1a491694277fa3ac1117e0ca2826898e451791 (patch) | |
tree | e9e97de7cdad052de439ed6e9ea4a791700370dd /docs/LANGUAGE | |
parent | 66d3293ae66457e1c60d7a7c1a20fe7cc60301d6 (diff) |
Add a note to LANGUAGE about control characters in messages.
Diffstat (limited to 'docs/LANGUAGE')
-rw-r--r-- | docs/LANGUAGE | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/LANGUAGE b/docs/LANGUAGE index bc6705039..5ff98beb3 100644 --- a/docs/LANGUAGE +++ b/docs/LANGUAGE @@ -34,6 +34,10 @@ Anope Multi Language Support 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). + There are several control characters within the messages. These are mostly IRC formatting codes (https://modern.ircdocs.horse/formatting) + but 0x1A is special to Anope and is used to prevent the automatic linewrapper from breaking messages in the middle of + text that should not be split (e.g. commands). Your editor may not show these so be careful you don't delete them! + If you have finished a language file translation and you want others to use it, please file a pull request on GitHub or send it to team@anope.org (don't forget to mention clearly your (nick)name, your email and the language name). You'll of course get full credit for it. |