about summary refs log tree commit diff
path: root/.github/workflows
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2023-04-11 14:24:44 +0200
committerGitHub <noreply@github.com>2023-04-11 14:24:44 +0200
commit4c457a350b01463700058d33e48bffda4c1a0a51 (patch)
treeffa42a8b6939f80194faf7ed291ed551f83ed517 /.github/workflows
parent8eeb0ae7c0c6e9c37f581f87ad8b688daaf8af4c (diff)
Fix check-i18n task complaining about translated files (#24501)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/check-i18n.yml2
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