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
This commit is contained in:
Nick Schonning
2023-02-09 08:46:42 -05:00
committed by GitHub
parent c5a4d8c82d
commit f23d30100a
35 changed files with 13 additions and 61 deletions

View File

@ -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