Skip to content
This repository was archived by the owner on Oct 5, 2024. It is now read-only.

Commit 23ba13f

Browse files
author
Daniel Monotoko
committed
remove locales for now
1 parent 7f77e9c commit 23ba13f

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

contrib/android/make_apk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ ROOT_FOLDER="$CONTRIB_ANDROID"/../..
77
PACKAGES="$ROOT_FOLDER"/packages/
88
LOCALE="$ROOT_FOLDER"/electrum_dash/locale/
99

10-
if [ ! -d "$LOCALE" ]; then
11-
echo "Run make_locale first!"
12-
exit 1
13-
fi
10+
#if [ ! -d "$LOCALE" ]; then
11+
# echo "Run make_locale first!"
12+
# exit 1
13+
#fi
1414

1515
if [ ! -d "$PACKAGES" ]; then
1616
echo "Run make_packages first!"

contrib/build-linux/sdist/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
set -ev
44

5-
./contrib/make_locale
5+
#./contrib/make_locale
66
./contrib/make_packages
77
python3 setup.py sdist --format=zip,gztar

contrib/dash/actions/script-linux-apk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -ev
33

4-
./contrib/make_locale
4+
#./contrib/make_locale
55
find . -name '*.po' -delete
66
find . -name '*.pot' -delete
77

contrib/dash/actions/script-osx.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ $PIP_CMD install --no-dependencies --no-warn-script-location -I \
2929
-r contrib/deterministic-build/requirements-build-mac.txt
3030

3131
export PATH="/usr/local/opt/gettext/bin:$PATH"
32-
./contrib/make_locale
32+
#./contrib/make_locale
3333
find . -name '*.po' -delete
3434
find . -name '*.pot' -delete
3535

contrib/dash/travis/travis-build-linux-apk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ fi
1616

1717

1818
pushd electrum-dash
19-
./contrib/make_locale
19+
#./contrib/make_locale
2020
find . -name '*.po' -delete
2121
find . -name '*.pot' -delete
2222
popd

contrib/dash/travis/travis-build-osx.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ $PIP_CMD install --no-dependencies --no-warn-script-location -I \
3535
-r contrib/deterministic-build/requirements-build-mac.txt
3636

3737
export PATH="/usr/local/opt/gettext/bin:$PATH"
38-
./contrib/make_locale
38+
#./contrib/make_locale
3939
find . -name '*.po' -delete
4040
find . -name '*.pot' -delete
4141

0 commit comments

Comments
 (0)