mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-04 14:49:38 +00:00
chore: Update zen-components submodule commit
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
|
||||
set -ex
|
||||
|
||||
CURRENT_DIR=$(pwd)
|
||||
|
||||
git config --global init.defaultBranch main
|
||||
@@ -20,6 +22,7 @@ update_language() {
|
||||
cd $langId
|
||||
|
||||
echo "Updating $langId"
|
||||
rm -rf .git
|
||||
|
||||
git init
|
||||
git remote add upstream hg://hg.mozilla.org/l10n-central/$langId
|
||||
@@ -35,6 +38,7 @@ for lang in $(cat ./l10n/supported-languages); do
|
||||
done
|
||||
cd $CURRENT_DIR
|
||||
|
||||
|
||||
echo "Cleaning up"
|
||||
rm -rf ~/tools
|
||||
rm -rf ~/.git-cinnabar
|
||||
|
||||
Reference in New Issue
Block a user