diff options
author | Claire <claire.github-309c@sitedethib.com> | 2023-04-16 17:52:44 +0200 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2023-04-16 17:52:44 +0200 |
commit | f9a9f9344bd6e1dbe653feaf316abdf51633f587 (patch) | |
tree | ad1fef974e50279b9ffa54b504b9107f3f6f66c0 /.github/workflows | |
parent | f28942cef991c9285236ea3ecace98c9b65c5242 (diff) | |
parent | af49d93fd6168c089530240a9ab4eccb975b8c42 (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 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 |