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:
parent
a6f7507ce6
commit
be41a2ac34
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue