소스 검색

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


불러오는 중...
취소
저장