Fix i18n check for missing source strings (#37801)
This commit is contained in:
parent
837d1decc9
commit
8aabc8628d
3
.github/workflows/check-i18n.yml
vendored
3
.github/workflows/check-i18n.yml
vendored
@ -42,8 +42,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Check for missing strings in English YML
|
- name: Check for missing strings in English YML
|
||||||
run: |
|
run: |
|
||||||
bin/i18n-tasks add-missing -l en
|
bin/i18n-tasks missing -t used -l en
|
||||||
git diff --exit-code
|
|
||||||
|
|
||||||
- name: Check for wrong string interpolations
|
- name: Check for wrong string interpolations
|
||||||
run: bin/i18n-tasks check-consistent-interpolations
|
run: bin/i18n-tasks check-consistent-interpolations
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user