Преглед изворни кода

Fix check-i18n builds (#11084)

* Fix check-i18n builds

* Remove check for missing plural forms
master^2
Eugen Rochko пре 4 година
committed by GitHub
родитељ
комит
65efe892cf
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са 1 додато и 2 уклоњено
  1. +1
    -2
      .circleci/config.yml

+ 1
- 2
.circleci/config.yml Прегледај датотеку

@@ -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…
Откажи
Сачувај