mv git submodule electrum-locale from contrib to electrum/locale
- 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
This commit is contained in:
@@ -109,8 +109,8 @@ $ python3 -m pip install --user -e .
|
||||
|
||||
Create translations (optional):
|
||||
```
|
||||
$ sudo apt-get install python3-requests gettext qt6-l10n-tools
|
||||
$ ./contrib/pull_locale
|
||||
$ sudo apt-get install gettext
|
||||
$ ./contrib/build_locale.sh electrum/locale/locale electrum/locale/locale
|
||||
```
|
||||
|
||||
Finally, to start Electrum:
|
||||
|
||||
Reference in New Issue
Block a user