diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/sync-translations.sh | 9 |
1 files changed, 0 insertions, 9 deletions
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 |