1
0

Merge pull request #9726 from SomberNight/202504_locale

mv git submodule electrum-locale from contrib to electrum/locale
This commit is contained in:
ghost43
2025-04-14 17:20:41 +00:00
committed by GitHub
18 changed files with 77 additions and 80 deletions

View File

@@ -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

Submodule electrum/locale added at eb7298f8dd