From be41a2ac341e34592681af07b1d93c7beab94472 Mon Sep 17 00:00:00 2001 From: Anton Soroko Date: Sat, 3 Feb 2024 21:07:23 +0300 Subject: [PATCH] po: Mention language pack for Gnome in i18n.md (#2241) * mention language pack for Gnome in i18n.md * i18n.md: Poedit and Lokalize --- docs/i18n.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/i18n.md b/docs/i18n.md index 7b7f71fe..9e5e64bd 100644 --- a/docs/i18n.md +++ b/docs/i18n.md @@ -5,7 +5,7 @@ layout: page # Translating Solaar -First, make sure you have installed the `gettext` package. +First, make sure you have installed the `gettext` package. Also, you would need to install language pack for Gnome for your language, e.g. `language-pack-gnome-XX-base` for Debian/Ubuntu. Here are the steps to add/update a translation (you should run all scripts from the source root): @@ -22,7 +22,7 @@ the source root): the translation (msgstr); if you leave msgstr empty, the string will remain untranslated. - Alternatively, you can use the excellent `poedit`. + Alternatively, you can use the excellent [Poedit](https://poedit.net/) or [Lokalize](https://apps.kde.org/lokalize/). 4. Run `./tools/po-compile.sh`. It will bring up-to-date all the compiled language files, necessary at runtime.