mirror of https://github.com/tootsuite/mastodon
Fix check-i18n when there are missing strings in other languages than english (#24519)
parent
86ad43173f
commit
7a0a79e6b3
|
@ -42,8 +42,8 @@ jobs:
|
||||||
- name: Check for missing strings in English JSON
|
- name: Check for missing strings in English JSON
|
||||||
run: |
|
run: |
|
||||||
yarn build:development
|
yarn build:development
|
||||||
yarn manage:translations
|
yarn manage:translations en
|
||||||
git diff --exit-code -- app/javascript/mastodon/locales/defaultMessages.json app/javascript/mastodon/locales/en.json
|
git diff --exit-code
|
||||||
|
|
||||||
- name: Check locale file normalization
|
- name: Check locale file normalization
|
||||||
run: bundle exec i18n-tasks check-normalized
|
run: bundle exec i18n-tasks check-normalized
|
||||||
|
|
Loading…
Reference in New Issue