To contribute a new language translation to Buzz:
-
Run
make translation_po locale=[locale]
.[locale]
is a string with the format "language[_script][_country]", where:- "language" is a lowercase, two-letter ISO 639 language code,
- "script" is a titlecase, four-letter, ISO 15924 script code, and
- "country" is an uppercase, two-letter, ISO 3166 country code.
For example:
make translation_po locale=en_US
. -
Fill in the translations in the
.po
file generated inlocale/[locale]/LC_MESSAGES
. -
Run
make translation_mo
to compile the translations, then test your changes. -
Create a new pull request with your changes.