mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-14 14:45:46 +01:00
714 B
714 B
Buzz Contribution Guide
Internationalization
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
.pofile generated inlocale/[locale]/LC_MESSAGES. -
Run
make translation_moto compile the translations, then test your changes. -
Create a new pull request with your changes.