diff options
author | Claire <claire.github-309c@sitedethib.com> | 2023-04-11 14:24:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-11 14:24:44 +0200 |
commit | 4c457a350b01463700058d33e48bffda4c1a0a51 (patch) | |
tree | ffa42a8b6939f80194faf7ed291ed551f83ed517 /.github/workflows | |
parent | 8eeb0ae7c0c6e9c37f581f87ad8b688daaf8af4c (diff) |
Fix check-i18n task complaining about translated files (#24501)
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/check-i18n.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check-i18n.yml b/.github/workflows/check-i18n.yml index df0d75c9f..134980322 100644 --- a/.github/workflows/check-i18n.yml +++ b/.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 |