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:
@@ -31,7 +31,7 @@ from .logging import get_logger
|
||||
|
||||
|
||||
_logger = get_logger(__name__)
|
||||
LOCALE_DIR = os.path.join(os.path.dirname(__file__), 'locale')
|
||||
LOCALE_DIR = os.path.join(os.path.dirname(__file__), 'locale', 'locale')
|
||||
|
||||
# Set initial default language to None. i.e. translations explicitly disabled.
|
||||
# The main script or GUIs can call set_language to enable translations.
|
||||
|
||||
1
electrum/locale
Submodule
1
electrum/locale
Submodule
Submodule electrum/locale added at eb7298f8dd
Reference in New Issue
Block a user