mirror of
https://github.com/mastodon/mastodon.git
synced 2026-02-22 00:18:31 +00:00
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
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user