tuhi/po
Peter Hutterer 576d9d9fd2 Update translations
A few things were removed, let's keep the pot/po files up-to-date

$ meson compile -C translation-build tuhi-pot
$ meson compile -C translation-build tuhi-update-po
2022-04-28 10:06:45 +10:00
..
LINGUAS Add turkish language translation (#275) 2021-02-04 15:58:19 +10:00
POTFILES gui: make the app menu translatable 2019-09-10 15:28:20 +10:00
README.md Drop TuhiGui, make it into Tuhi 2019-07-18 12:19:29 +10:00
it.po Update translations 2022-04-28 10:06:45 +10:00
meson.build Drop TuhiGui, make it into Tuhi 2019-07-18 12:19:29 +10:00
pl.po Update translations 2022-04-28 10:06:45 +10:00
tr.po Update translations 2022-04-28 10:06:45 +10:00

README.md

i18n

This directory contains the translations of Tuhi

For errors in translations, please file an issue.

New or updated translations are always welcome. To start a new translation, run:

    $ meson translation-build
    $ ninja -C translation-build tuhi-pot
    # Now you can optionally remove the build directory
    $ rm -rf translation-build
    $ cp po/tuhi.pot po/$lang.po

where $lang is the language code of your target language, e.g. nl for Dutch or en_GB for British English. Edit the LINGUAS file and add your language code, keeping the list sorted alphabetically. Finally, open the .po file you just created and translate all the strings. Don't forget to fill in the information in the header!

To update an existing translation, run:

    $ meson translation-build
    $ ninja -C translation-build tuhi-update-po
    # Now you can optionally remove the build directory
    $ rm -rf translation-build

and update the po/$lang.po file of your target language.

When you are done translating, file a pull request on GitHub or, if you don't know how to, open an issue and attach the .po file there.