Change i18n unused strings check to only check English strings (#39347)
This commit is contained in:
parent
e9697922c1
commit
4ee893461d
2
.github/workflows/check-i18n.yml
vendored
2
.github/workflows/check-i18n.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
|||||||
run: bin/i18n-tasks check-normalized
|
run: bin/i18n-tasks check-normalized
|
||||||
|
|
||||||
- name: Check for unused strings
|
- name: Check for unused strings
|
||||||
run: bin/i18n-tasks unused
|
run: bin/i18n-tasks unused -l en
|
||||||
|
|
||||||
- name: Check for missing strings in English YML
|
- name: Check for missing strings in English YML
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user