Translations

The translations of gPodder are managed in Git for now; previously we have been using Transifex, but since it can’t integrate directly with Git anymore, it’s easier for us to accept translations via pull requests.

Applications

This is a selection of translation-editing software that you can use to open and edit the .po files that you download from Transifex:

Missing plural header

Recent development of GPodder (v.2.1) includes Gettext plural forms.

PO headers needs to be checked for plural support for your language, e.g. for spanish:

"Plural-Forms: nplurals=2; plural=(n != 1);\n"

i.e. two forms, singular used for one only, should be included.

See Gettext Manual and search for the plural formula related to your language.

New languages should take POT file and initialize it, e.g a spanish PO could be generated via:

msginit --locale=es --input=gpodder.master.messages.pot

Without this plural declaration no tabs for plural should be shown in Poedit or other applications, hence the need for it.

Testing your translation

If the language you translate for is the language set in your system/session, all you need to do in your Git checkout is run make messages in your source folder (which will compile the translations to be usable by gettext), followed by make test, which will run gPodder from the source checkout folder.

Testing translations with different system language

Thanks to Silvio Sisto for the initial idea of testing the language this way.

Problem:

Solution:

© 2005-2023 The gPodder Team · Edit this page on GitHub