1
0

separate push and pull locale

This commit is contained in:
ThomasV
2019-07-03 16:19:06 +02:00
parent aa00fa2a5c
commit 5db21134aa
4 changed files with 62 additions and 28 deletions

View File

@@ -8,7 +8,7 @@ PACKAGES="$ROOT_FOLDER"/packages/
LOCALE="$ROOT_FOLDER"/electrum/locale/
if [ ! -d "$LOCALE" ]; then
echo "Run make_locale first!"
echo "Run pull_locale first!"
exit 1
fi