Fix check-i18n builds (#11084)

* Fix check-i18n builds

* Remove check for missing plural forms
这个提交包含在:
Eugen Rochko 2019-06-16 19:12:12 +02:00 提交者 GitHub
父节点 01e362316c
当前提交 65efe892cf
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23

查看文件

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