Fix check-i18n task complaining about translated files (#24501)
1 files changed, 1 insertions(+), 1 deletions(-) M .github/workflows/check-i18n.yml
M .github/workflows/check-i18n.yml => .github/workflows/check-i18n.yml +1 -1
@@ 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