about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2023-04-17 13:10:52 +0200
committerGitHub <noreply@github.com>2023-04-17 13:10:52 +0200
commitf30c5e7f15f967019245d2c78f3c2e89800eb838 (patch)
treec75cb4589dbc605065f9d32aef783de36631529a /.github
parentf28942cef991c9285236ea3ecace98c9b65c5242 (diff)
parent34f8e696e29683fd8b7113e7997e968869b76473 (diff)
Merge pull request #2181 from ClearlyClaire/glitch-soc/merge-upstream
Merge upstream changes
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 df0d75c9f..e282e2ab7 100644
--- a/.github/workflows/check-i18n.yml
+++ b/.github/workflows/check-i18n.yml
@@ -42,7 +42,7 @@ jobs:
       - name: Check for missing strings in English JSON
         run: |
           yarn build:development
-          yarn manage:translations
+          yarn manage:translations en
           git diff --exit-code
 
       - name: Check locale file normalization