Fix i18n check for missing source strings (#37801)

This commit is contained in:
Claire 2026-02-10 10:56:16 +01:00 committed by GitHub
parent 837d1decc9
commit 8aabc8628d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,8 +42,7 @@ jobs:
- name: Check for missing strings in English YML
run: |
bin/i18n-tasks add-missing -l en
git diff --exit-code
bin/i18n-tasks missing -t used -l en
- name: Check for wrong string interpolations
run: bin/i18n-tasks check-consistent-interpolations