mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
Fix check-i18n task complaining about translated files (#24501)
This commit is contained in:
parent
8eeb0ae7c0
commit
4c457a350b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/check-i18n.yml
vendored
2
.github/workflows/check-i18n.yml
vendored
|
@ -43,7 +43,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
yarn build:development
|
yarn build:development
|
||||||
yarn manage:translations
|
yarn manage:translations
|
||||||
git diff --exit-code
|
git diff --exit-code -- app/javascript/mastodon/locales/defaultMessages.json app/javascript/mastodon/locales/en.json
|
||||||
|
|
||||||
- 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 a new issue