From f7514362ba189c935434941b04385581b3d6ae4d Mon Sep 17 00:00:00 2001 From: Lauri Nurmi Date: Thu, 21 Jan 2021 13:41:11 +0200 Subject: [PATCH] More accurately describe wxstd.pot update schedule Git log shows that wxstd.pot was not updated at all in e.g. 2020, 2019, 2018, 2016. --- docs/contributing/translators-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/translators-guide.md b/docs/contributing/translators-guide.md index 013db04f81..89422b5a74 100644 --- a/docs/contributing/translators-guide.md +++ b/docs/contributing/translators-guide.md @@ -37,7 +37,7 @@ gettext documentation for more details). It happens in several steps: 1. the strings to translate are extracted from the C++ sources using xgettext program into a wxstd.pot file which is a "text message catalog" -2. this new wxstd.pot file (recreated each time some new text messages are added +2. this new wxstd.pot file (recreated every 1-4 years even if new messages were added to wxWidgets) is merged with existing translations in another .po file (for example, de.po) and replaces this file (this is done using the program msgmerge)