Merge pull request #10490 from f321x/locale_llm_proofreader_cleanup
locale: exclude llm proofreader directory from build
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
[submodule "electrum/locale"]
|
||||
path = 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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user