Refactor language pack copying script to include all l10n directories

This commit is contained in:
mauro-balades
2024-09-14 23:57:42 +02:00
parent b4df509523
commit 0c10aebe3e

View File

@@ -10,7 +10,7 @@ copy_browser_locales() {
fi
rm -rf $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/
rsync -av --exclude=.git ./l10n/$langId/ $browser_locales/$langId/
}
LANG=$1