To add a new translation follow these instructions:
l10n --update
to get a updated version of pythonsudoku.pot.l10n --install
to convert the translation to GNU gettext format and move it to the correct directory.To update a already created translation, due to new translatable strings added to sources or deleted strings, follow these instructions:
l10n --update
.l10n --check
to see the changed strings.l10n --install
to convert the translation to GNU gettext format and move it to the correct directory.