Merge pull request #10490 from f321x/locale_llm_proofreader_cleanup

locale: exclude llm proofreader directory from build
This commit is contained in:
ghost43
2026-02-20 16:20:38 +00:00
committed by GitHub
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -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
+1
View File
@@ -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"