From 63331c31f4f04ab2ce4d255fd4d1753d143ca83a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Va=CC=81clav=20Slavi=CC=81k?= Date: Fri, 15 May 2026 16:25:20 +0200 Subject: [PATCH] Update Poedit links Update links to Poedit in the docs, plus adjacent things things such as the name or current path to xgettext. Closes #26465. --- docs/contributing/translators-guide.md | 4 ++-- docs/doxygen/mainpages/translations.h | 2 +- docs/doxygen/overviews/internationalization.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/contributing/translators-guide.md b/docs/contributing/translators-guide.md index d48e0d66f7..4d29dc61e1 100644 --- a/docs/contributing/translators-guide.md +++ b/docs/contributing/translators-guide.md @@ -10,8 +10,8 @@ First of all, here is what you will need: - For Unix systems you can download gettext-0.xx.yy.tar.gz from any GNU mirror (RPMs and DEBs are also available from the usual places) - For Windows you can download the precompiled binaries from - www.wxwidgets.org or install [Poedit](https://poedit.net/) and add - `/poEdit/bin` to your path (so it can find xgettext). + www.wxwidgets.org or install [Poedit](https://poedit.com/) and add + `/Poedit/GettextTools/bin` to your path (so it can find xgettext). 2. A way to run a program recursively on an entire directory from the command line: diff --git a/docs/doxygen/mainpages/translations.h b/docs/doxygen/mainpages/translations.h index f4d7aad766..8d23f8aa8c 100644 --- a/docs/doxygen/mainpages/translations.h +++ b/docs/doxygen/mainpages/translations.h @@ -459,7 +459,7 @@ Here are the steps you should follow: for your language. Initialization can be also done using e.g. Poedit (see next item). -# Translate the strings in this file using either your favourite text editor or a specialized tool such as Vaclav Slavik's excellent - poEdit utility. + Poedit utility. -# Verify that your translations can at least be compiled (even if they are yet incomplete) by running msgfmt -vc XY.po command: please note that you must use the -c option. In diff --git a/docs/doxygen/overviews/internationalization.h b/docs/doxygen/overviews/internationalization.h index 7b46f3940c..b6242b1c72 100644 --- a/docs/doxygen/overviews/internationalization.h +++ b/docs/doxygen/overviews/internationalization.h @@ -26,7 +26,7 @@ The wxWidgets approach to i18n closely follows the GNU gettext package. wxWidgets uses the message catalogs which are binary compatible with gettext catalogs and this allows to use all of the programs in this package to work with them as well as using any of the tools working with message catalogs in -this format such as Poedit. +this format such as Poedit. Because of this, you will need to use the gettext package to work with the translations during the program development. However no additional libraries