update make_locale doc references, and small nits

This commit is contained in:
SomberNight 2019-07-03 17:42:40 +02:00
parent f1516d60ec
commit 5ed6a68d8c
No known key found for this signature in database
GPG key ID: B33B5F232C6271E9
6 changed files with 9 additions and 15 deletions

View file

@ -75,7 +75,7 @@ Compile the protobuf description file::
Create translations (optional)::
sudo apt-get install python-requests gettext
./contrib/make_locale
./contrib/pull_locale

View file

@ -3,19 +3,13 @@ Source tarballs
✗ _This script does not produce reproducible output (yet!)._
1. Build locale files
```
contrib/make_locale
```
2. Prepare python dependencies used by Electrum.
1. Prepare python dependencies used by Electrum.
```
contrib/make_packages
```
3. Create source tarball.
2. Create source tarball.
```
contrib/make_tgz

View file

@ -20,13 +20,12 @@ here="$(dirname "$(readlink -e "$0")")"
pushd $WINEPREFIX/drive_c/electrum
# Load electrum-locale for this release
git submodule init
git submodule update
VERSION=`git describe --tags --dirty --always`
info "Last commit: $VERSION"
# Load electrum-locale for this release
git submodule update --init
pushd ./contrib/deterministic-build/electrum-locale
if ! which msgfmt > /dev/null 2>&1; then
fail "Please install gettext"

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

View file

@ -25,6 +25,7 @@ git submodule update --init
dir="$ROOT_FOLDER"/electrum/$i/LC_MESSAGES
mkdir -p $dir
msgfmt --output-file=$dir/electrum.mo $i/electrum.po || true
cp $i/electrum.po "$ROOT_FOLDER"/electrum/$i/electrum.po
done
)

View file

@ -30,7 +30,7 @@ folder.
3. Build locale files
```
$ ./contrib/make_locale
$ ./contrib/pull_locale
```
4. Prepare pure python dependencies