From 53166cc077ccbb6b8b57fd5957436ebc02a466f8 Mon Sep 17 00:00:00 2001 From: f321x Date: Fri, 20 Feb 2026 16:31:23 +0100 Subject: [PATCH 1/2] git: ignore changes to locale submodule add ignore = dirty to electrum locale submodule so changes to the locale submodule files don't show up in the main git status. --- .gitmodules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 7bc6f6627..bbb149fb4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,7 @@ [submodule "electrum/locale"] path = electrum/locale - url = https://github.com/spesmilo/electrum-locale + url = https://github.com/spesmilo/electrum-locale + ignore = dirty [submodule "electrum/plugins/keepkey/keepkeylib"] path = electrum/plugins/keepkey/keepkeylib url = https://github.com/spesmilo/electrum-keepkeylib.git From 0e7f7b30fcd110b28fd1f7d8f61b08a4c7a60388 Mon Sep 17 00:00:00 2001 From: f321x Date: Fri, 20 Feb 2026 16:35:01 +0100 Subject: [PATCH 2/2] locale: rm llm_proofreader directory during build Deletes the llm_proofreader directory during the build so these scripts aren't bundled into the binaries. --- contrib/locale/build_cleanlocale.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/locale/build_cleanlocale.sh b/contrib/locale/build_cleanlocale.sh index 239df168a..3d87e88a6 100755 --- a/contrib/locale/build_cleanlocale.sh +++ b/contrib/locale/build_cleanlocale.sh @@ -13,4 +13,5 @@ LOCALE="$PROJECT_ROOT/electrum/locale/" cd "$LOCALE" git clean -ffxd git reset --hard +rm -rf llm_proofreader "$CONTRIB_LOCALE/build_locale.sh" "$LOCALE/locale" "$LOCALE/locale"