瀏覽代碼

Fix check-i18n builds (#11084)

* Fix check-i18n builds

* Remove check for missing plural forms
master^2
Eugen Rochko 4 年之前
committed by GitHub
父節點
當前提交
65efe892cf
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 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…
取消
儲存