]> cat aescling's git repositories - mastodon.git/commitdiff
Fix check-i18n builds (#11084)
authorEugen Rochko <eugen@zeonfederated.com>
Sun, 16 Jun 2019 17:12:12 +0000 (19:12 +0200)
committerGitHub <noreply@github.com>
Sun, 16 Jun 2019 17:12:12 +0000 (19:12 +0200)
* Fix check-i18n builds

* Remove check for missing plural forms

.circleci/config.yml

index e8bfde2994629f53eb8e038586ed38e6247f7217..2355d9d7d81baeff71ae65ca83c80e569b1f7e90 100644 (file)
@@ -174,8 +174,7 @@ jobs:
     steps:
       - *attach_workspace
       - run: bundle exec i18n-tasks check-normalized
-      - run: bundle exec i18n-tasks unused
-      - run: bundle exec i18n-tasks missing -t plural
+      - run: bundle exec i18n-tasks unused -l en
       - run: bundle exec i18n-tasks check-consistent-interpolations
 
 workflows: