mozilla / blurts-addon

Mozilla Public License 2.0
5 stars 8 forks source link

Add l10n.toml and CODEOWNERS #126

Closed flodolo closed 5 years ago

flodolo commented 5 years ago

The l10n.toml can be used to perform checks using compare-locales (a Python packages).

Example (you'll need the it localization in tree). Install compare-locales (3.3.0, since the latest has some issues)

pip install compare-locales=3.3.0

And run it from the root

compare-locales l10n.toml . it --data json

flodolo commented 5 years ago

@nhnt11 This should be merged also to the l10n branch, or at least the en_US folder should be renamed (that's not the right locales for Firefox).