From 26f846e11233055cbb027a77c3c03a4cf6ab0663 Mon Sep 17 00:00:00 2001 From: henk84 Date: Mon, 27 Feb 2023 00:09:30 +0100 Subject: Document how to update a translation. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ref: #307 Co-authored-by: Hendrik Jäger --- docs/LANGUAGE | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'docs') diff --git a/docs/LANGUAGE b/docs/LANGUAGE index b2e72cc9a..061d611f6 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. -- cgit From b1fff640dd7ebbee8cb76ef6b256e271c4b83a51 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 30 May 2023 16:07:54 +0100 Subject: Update the changelogs. --- docs/Changes | 9 ++++++++- docs/Changes.conf | 1 - 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/Changes b/docs/Changes index e37de690a..b2e81aa63 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,6 +1,13 @@ Anope Version 2.0.13-git ------------------------ -No significant changes. +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 -------------------- diff --git a/docs/Changes.conf b/docs/Changes.conf index 37e83abda..e0811af56 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -2,7 +2,6 @@ Anope Version 2.0.13-git ------------------------ No significant changes. - Anope Version 2.0.12 -------------------- Added the regex_pcre2 module -- cgit From 03eead042cbab9c75e9d06ea2f437efcfb835e07 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 1 Jun 2023 23:07:41 +0100 Subject: Release 2.0.13. --- docs/Changes | 4 ++-- docs/Changes.conf | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/Changes b/docs/Changes index b2e81aa63..56d4aa74a 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,5 +1,5 @@ -Anope Version 2.0.13-git ------------------------- +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 diff --git a/docs/Changes.conf b/docs/Changes.conf index e0811af56..64e68aee8 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,5 +1,5 @@ -Anope Version 2.0.13-git ------------------------- +Anope Version 2.0.13 +-------------------- No significant changes. Anope Version 2.0.12 -- cgit From fe3926f572dc25557be0119b6c35da752365bf48 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 1 Jun 2023 23:10:11 +0100 Subject: Mark as 2.0.14-git. --- docs/Changes | 4 ++++ docs/Changes.conf | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'docs') diff --git a/docs/Changes b/docs/Changes index 56d4aa74a..c9863b5fb 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,3 +1,7 @@ +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 diff --git a/docs/Changes.conf b/docs/Changes.conf index 64e68aee8..8dbbaaed9 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,3 +1,7 @@ +Anope Version 2.0.14-git +------------------------ +No significant changes. + Anope Version 2.0.13 -------------------- No significant changes. -- cgit