Fix check-i18n task complaining about translated files (#24501)

lolsob-rspec
Claire 2023-04-11 14:24:44 +02:00 committed by GitHub
parent 58d47431f2
commit dd65c84599
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ jobs:
run: |
yarn build:development
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
run: bundle exec i18n-tasks check-normalized