Remove script for locales propagation

Not required anymore now that weblate takes care of it
This commit is contained in:
Samantaz Fox 2022-01-20 18:04:25 +01:00
parent dee20f92a7
commit e85bc3e0f6
No known key found for this signature in database
GPG key ID: F42821059186176E
2 changed files with 0 additions and 101 deletions

View file

@ -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