tuhi/tuhigui/po
Peter Hutterer 1f0709eea0 Merge tuhigui into gui
This is a plain subtree merge without any changes to the tuhigui tree itself.

As we'll keep the distinction between the DBus server and the GTK UI, the
directory layout will reflect that.
2019-07-17 20:48:36 +10:00
..
LINGUAS Merge tuhigui into gui 2019-07-17 20:48:36 +10:00
POTFILES Merge tuhigui into gui 2019-07-17 20:48:36 +10:00
README.md Merge tuhigui into gui 2019-07-17 20:48:36 +10:00
meson.build Merge tuhigui into gui 2019-07-17 20:48:36 +10:00

README.md

i18n

This directory contains the translations of TuhiGui.

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 tuhigui-pot
    # Now you can optionally remove the build directory
    $ rm -rf translation-build
    $ cp po/tuhigui.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 tuhigui-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.