Internationalization

From iPodLinux

Jump to: navigation, search

Translating podzilla

Interested in making a new translation for podzilla? Here are a few steps to help you along your way:

  1. Check with an iPodLinux developer to make sure your language of choice isn't already in-progress or already complete. If it is, ask how you can contact the team responsible for the translation. Otherwise, let someone know you are starting work on your language of choice.
  2. Create a translation template file with make translate or download one: podzilla2.pot
  3. Copy the template file into ll.po or ll_LL.po (or alternatively use msginit) where ll stands for the language and LL (optional) stands for the country.
  4. Do some translating... Take note that you don't have to translate every single string. Program names in particular are generally ok to leave alone.
  5. Submit your translated .po file to patches@ipodlinux.org with the title "[Translation] - <language>"

Keep in mind that translating podzilla to a language is an ongoing thing. podzilla is constantly changing, and we need translators to update the translations regularly.

Links

Tutorial on Native Language Support with gettext