summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2023-06-03 21:42:06 +0100
committerSadie Powell <sadie@witchery.services>2023-06-03 21:51:07 +0100
commit9d0a6ddc67b1e7bd0c32603b6fa90b702c13447d (patch)
tree1e4d019535c89f67e7cf54a76afabe188947c668 /docs
parent29db25dac7aff36b4f7239a9fabd57230534cf35 (diff)
parentfbf3b344740f6bd4f9337e485e35e9e8103428bc (diff)
Merge branch '2.0' into 2.1.
Diffstat (limited to 'docs')
-rw-r--r--docs/Changes13
-rw-r--r--docs/Changes.conf6
-rw-r--r--docs/LANGUAGE12
3 files changed, 29 insertions, 2 deletions
diff --git a/docs/Changes b/docs/Changes
index e37de690a..c9863b5fb 100644
--- a/docs/Changes
+++ b/docs/Changes
@@ -1,7 +1,18 @@
-Anope Version 2.0.13-git
+Anope Version 2.0.14-git
------------------------
No significant changes.
+Anope Version 2.0.13
+--------------------
+Fixed a crash on some compilers when trying to call methods on a null pointer
+Fixed a crash when encountering an unterminated commented config block
+Fixed erroneously rejecting spaces in fantasy:name
+Fixed marking services pseudoclients as an oper on InspIRCd
+Fixed not checking user@ip as well as user@host when logging into an operator account
+Fixed setting the vhost/vident during SASL on UnrealIRCd
+Updated the German translation
+Updated the Italian translation
+
Anope Version 2.0.12
--------------------
Added account confirmation to the web panel
diff --git a/docs/Changes.conf b/docs/Changes.conf
index e232d7391..05c3ab179 100644
--- a/docs/Changes.conf
+++ b/docs/Changes.conf
@@ -9,10 +9,14 @@ Renamed the inspircd3 module to inspircd.
Renamed the unreal4 module to unrealircd.
Replaced uplink:ipv6 with uplink:protocol.
-Anope Version 2.0.13-git
+Anope Version 2.0.14-git
------------------------
No significant changes.
+Anope Version 2.0.13
+--------------------
+No significant changes.
+
Anope Version 2.0.12
--------------------
Added the regex_pcre2 module
diff --git a/docs/LANGUAGE b/docs/LANGUAGE
index 3aab36b45..6788b41fe 100644
--- a/docs/LANGUAGE
+++ b/docs/LANGUAGE
@@ -4,6 +4,7 @@ Anope Multi Language Support
1) Building Anope with gettext support
2) Adding a new language
3) Using languages with modules
+4) Updating a language file
1) Building Anope with gettext support
@@ -51,3 +52,14 @@ Anope Multi Language Support
All .po and .pot files should be placed in modules/third/language. Additionally an update script is provided there
that will create .pot files and merge any changes to it with existing .po files.
+
+4) Updating a language file
+
+ 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).
+
+ Before editing the relevant file in languages/, run `update.sh` in the languages/ folder, i.e. `cd` to it and run
+ ./update.sh
+ This will update the language file to contain all strings that need a translation.
+
+ Then commit only the changed .po files in git.