mirror of
https://github.com/iv-org/invidious.git
synced 2025-06-13 05:37:44 +02:00
Remove script for locales propagation
Not required anymore now that weblate takes care of it
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user