Sfoglia il codice sorgente

Fix check-i18n builds (#11084)

* Fix check-i18n builds

* Remove check for missing plural forms
master^2
Eugen Rochko 4 anni fa
committed by GitHub
parent
commit
65efe892cf
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. +1
    -2
      .circleci/config.yml

+ 1
- 2
.circleci/config.yml Vedi 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:


Caricamento…
Annulla
Salva