diff options
author | Claire <claire.github-309c@sitedethib.com> | 2023-02-10 13:48:21 +0100 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2023-02-10 13:48:21 +0100 |
commit | 4ceadc65b08cf4641c68b0b97b269f66c481ef50 (patch) | |
tree | 13200192f2b89bb6b4ceae9d1ef7e2ba3b75b1e4 /.github/workflows | |
parent | 5e3790608321fa6690a8872681a5618ee9e43475 (diff) | |
parent | a9c220242bcc5f3d5e4c8ea92483f6b626a30ffa (diff) |
Merge branch 'main' into glitch-soc/merge-upstream
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/check-i18n.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check-i18n.yml b/.github/workflows/check-i18n.yml index 9a7463060..b2e619786 100644 --- a/.github/workflows/check-i18n.yml +++ b/.github/workflows/check-i18n.yml @@ -30,7 +30,7 @@ jobs: - name: Check locale file normalization run: bundle exec i18n-tasks check-normalized - name: Check for unused strings - run: bundle exec i18n-tasks unused -l en + run: bundle exec i18n-tasks unused - name: Check for wrong string interpolations run: bundle exec i18n-tasks check-consistent-interpolations - name: Check that all required locale files exist |