Closed flodolo closed 6 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)
it
pip install compare-locales=3.3.0
And run it from the root
compare-locales l10n.toml . it --data json
@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).
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