po: Mention language pack for Gnome in i18n.md (#2241)

* mention language pack for Gnome in i18n.md

* i18n.md: Poedit and Lokalize
This commit is contained in:
Anton Soroko 2024-02-03 21:07:23 +03:00 committed by GitHub
parent a6f7507ce6
commit be41a2ac34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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.