Fix check-i18n builds (#11084)

* Fix check-i18n builds

* Remove check for missing plural forms
Cette révision appartient à :
Eugen Rochko 2019-06-16 19:12:12 +02:00 révisé par GitHub
Parent 01e362316c
révision 65efe892cf
Aucune clé n'a été trouvée pour cette signature dans la base de données
ID de la clé GPG: 4AEE18F83AFDEB23

Voir le fichier

@ -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: