diff options
Diffstat (limited to '.github/workflows/check-i18n.yml')
-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 |