From eae08b14c66778424f1f67d2517aa3ec4b63ad52 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 21 Jan 2021 15:50:02 +0100 Subject: [PATCH] Amend the update schedule frequency from the last commit Even if wxstd.pot is updated infrequently now, we shouldn't document this as something normal or desirable. --- docs/contributing/translators-guide.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/contributing/translators-guide.md b/docs/contributing/translators-guide.md index 89422b5a74..017140413d 100644 --- a/docs/contributing/translators-guide.md +++ b/docs/contributing/translators-guide.md @@ -37,10 +37,10 @@ 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 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) +2. this new wxstd.pot file (which is updated from time to time by running + `make wxstd.pot` in the `locale` subdirectory) is merged with existing + translations in another .po file (for example, de.po) and replaces this + file (this is done using the program msgmerge) 3. the resulting .po file must be translated