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

local
Claire 1 year ago committed by GitHub
parent 8eeb0ae7c0
commit 4c457a350b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/check-i18n.yml

@ -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

Loading…
Cancel
Save