Fix check-i18n builds (#11084)

* Fix check-i18n builds

* Remove check for missing plural forms
th-downstream
Eugen Rochko 5 years ago committed by GitHub
parent cdfeb86b7b
commit 50e3134ae4

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

Loading…
Cancel
Save