diff options
author | Nick Schonning <nschonni@gmail.com> | 2023-02-09 08:46:42 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-09 22:46:42 +0900 |
commit | f23d30100a3a85d4d099e9ea95a97b1dd5a3f9b0 (patch) | |
tree | 3fee2e3686241edaa7bd6fe84266c65bcca1017b /.github/workflows | |
parent | c5a4d8c82ddd5265abc830959a58cdaf1f061a43 (diff) |
Cleanup unused i18n strings (#23426)
* Remove partial 422/500 error translations * Add missing siblings for i18n unused warnings * Enable i18n unused string checking for all locales
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 |