Refactor l10n: Update subproject commit reference

Copy the rest of the l10n directories to their respective locations in copy-language-pack.sh
This commit is contained in:
mauro-balades
2024-09-07 21:09:34 +02:00
parent 163668d031
commit 7bfe75b859
2 changed files with 3 additions and 2 deletions

2
l10n

Submodule l10n updated: cb0f1cdf48...d4308a2b31

View File

@@ -9,7 +9,8 @@ copy_browser_locales() {
return
fi
rm -rf $browser_locales/$langId/
rsync -av --exclude=.git ./l10n/$langId/ $browser_locales/$langId/
# TODO: Copy the rest of the l10n directories to their respective locations
rsync -av --exclude=.git ./l10n/$langId/browser/ $browser_locales/$langId/
}
LANG=$1