mirror of
https://github.com/mastodon/mastodon.git
synced 2026-09-08 00:25:53 -05:00
Change i18n unused strings check to only check English strings (#39347)
This commit is contained in:
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
|
||||
|
||||
- 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
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user