Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
Fix check-i18n task complaining about translated files (mastodon#24501)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClearlyClaire authored Apr 11, 2023
1 parent 8eeb0ae commit 4c457a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-i18n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c457a3

Please sign in to comment.