Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verify locales on CI #7199

Merged
merged 2 commits into from
Sep 21, 2019
Merged

Verify locales on CI #7199

merged 2 commits into from
Sep 21, 2019

Commits on Sep 19, 2019

  1. Add '--quiet' flag to verify locales script

    The `--quiet` flag reduces the console output to just the essential
    information for running in a CI environment. For each locale, it will
    print the number of unused messages (if any).
    Gudahtt committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    ad4cbe5 View commit details
    Browse the repository at this point in the history
  2. Add verify-locales script to lint CI job

    The locales are now verified as part of the lint CI job. Any unused
    messages detected will result in the job failing.
    Gudahtt committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    30c7178 View commit details
    Browse the repository at this point in the history