about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2023-02-10 13:48:21 +0100
committerClaire <claire.github-309c@sitedethib.com>2023-02-10 13:48:21 +0100
commit4ceadc65b08cf4641c68b0b97b269f66c481ef50 (patch)
tree13200192f2b89bb6b4ceae9d1ef7e2ba3b75b1e4 /.github
parent5e3790608321fa6690a8872681a5618ee9e43475 (diff)
parenta9c220242bcc5f3d5e4c8ea92483f6b626a30ffa (diff)
Merge branch 'main' into glitch-soc/merge-upstream
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/check-i18n.yml2
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