From e85bc3e0f6e11683fe71443c17ce5c0b991f3f0a Mon Sep 17 00:00:00 2001 From: Samantaz Fox Date: Thu, 20 Jan 2022 18:04:25 +0100 Subject: Remove script for locales propagation Not required anymore now that weblate takes care of it --- scripts/git/pre-commit | 6 ------ 1 file changed, 6 deletions(-) (limited to 'scripts/git') diff --git a/scripts/git/pre-commit b/scripts/git/pre-commit index e4a27750..4460b670 100644 --- a/scripts/git/pre-commit +++ b/scripts/git/pre-commit @@ -15,9 +15,3 @@ if [ ! -z "$changed_cr_files" ]; then git add $changed_cr_files fi - -# Locale equalizer -if [ ! -z $(git diff --name-only --cached -- locales/) ]; then - crystal run scripts/propagate-new-locale-keys.cr - git add locales > /dev/null -fi \ No newline at end of file -- cgit v1.2.3