From 4c457a350b01463700058d33e48bffda4c1a0a51 Mon Sep 17 00:00:00 2001 From: Claire Date: Tue, 11 Apr 2023 14:24:44 +0200 Subject: [PATCH] Fix check-i18n task complaining about translated files (#24501) --- .github/workflows/check-i18n.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-i18n.yml b/.github/workflows/check-i18n.yml index df0d75c9f6..1349803224 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