1
0

contrib: mv locale-related scripts to contrib/locale/

This commit is contained in:
SomberNight
2025-04-10 17:45:21 +00:00
parent 1144d9b8ea
commit 31b176169a
11 changed files with 12 additions and 11 deletions

View File

@@ -22,7 +22,7 @@ fi
# update locale
info "preparing electrum-locale."
(
"$CONTRIB/build_cleanlocale.sh"
"$CONTRIB/locale/build_cleanlocale.sh"
# we want the binary to have only compiled (.mo) locale files; not source (.po) files
rm -r "$PROJECT_ROOT/electrum/locale/locale"/*/electrum.po
)