From a6e22b325aaa1b224092dcaa7150293dcc39c570 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 19 Dec 2020 14:39:14 -0300 Subject: Remove --check option from translation scripts --- scripts/sync-translations.sh | 9 --------- 1 file changed, 9 deletions(-) (limited to 'scripts/sync-translations.sh') diff --git a/scripts/sync-translations.sh b/scripts/sync-translations.sh index 2ba7d35..4becea6 100755 --- a/scripts/sync-translations.sh +++ b/scripts/sync-translations.sh @@ -7,12 +7,3 @@ set -x ./scripts/extract-translations.sh ./scripts/apply-translations.sh - -if [[ "${1:-}" = '--check' ]]; then - git add locale/ - git diff --quiet --staged -- ':!scripts/' || { - echo 'Translations are out of sync:' - git diff --staged -- ':!scripts/' - exit 1 - } -fi -- cgit v1.2.3