mirror of
https://github.com/iv-org/invidious.git
synced 2025-05-02 14:36:23 -04:00
Remove script for locales propagation
Not required anymore now that weblate takes care of it
This commit is contained in:
parent
dee20f92a7
commit
e85bc3e0f6
2 changed files with 0 additions and 101 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue