mirror of
https://github.com/zen-browser/desktop.git
synced 2025-12-24 07:08:52 +00:00
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:
2
l10n
2
l10n
Submodule l10n updated: cb0f1cdf48...d4308a2b31
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user