- this merges `contrib/deterministic-build/locale` and `electrum/locale`
- it is now once again possible have translations when running from a local git clone
- which was already possible in the past before crowdin removed their unauthenticated APIs
- see https://github.com/spesmilo/electrum/issues/9531
- however, the translations available are the often-old frozen strings from electrum-locale
- while previously one could just download the latest strings from crowdin
32 lines
849 B
Plaintext
32 lines
849 B
Plaintext
include LICENCE RELEASE-NOTES AUTHORS
|
|
include README.md
|
|
include electrum.desktop
|
|
include *.py
|
|
include run_electrum
|
|
include org.electrum.electrum.metainfo.xml
|
|
recursive-include packages *.py
|
|
recursive-include packages cacert.pem
|
|
|
|
include contrib/requirements/requirements*.txt
|
|
include contrib/deterministic-build/requirements*.txt
|
|
include contrib/*.sh
|
|
|
|
graft electrum
|
|
graft tests
|
|
graft contrib/udev
|
|
|
|
exclude electrum/*.so
|
|
exclude electrum/*.so.0
|
|
exclude electrum/*.dll
|
|
exclude electrum/*.dylib
|
|
|
|
global-exclude __pycache__
|
|
global-exclude *.py[co~]
|
|
global-exclude *.py.orig
|
|
global-exclude *.py.rej
|
|
global-exclude .git
|
|
|
|
# We include both source (.po) and compiled (.mo) locale files (if present).
|
|
# When building the "sourceonly" tar.gz, the build script explicitly deletes the compiled files.
|
|
# exclude electrum/locale/locale/*/LC_MESSAGES/electrum.mo
|