mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-06 03:18:19 +00:00
Refactor language pack copying script to include all l10n directories
This commit is contained in:
@@ -10,7 +10,7 @@ copy_browser_locales() {
|
|||||||
fi
|
fi
|
||||||
rm -rf $browser_locales/$langId/
|
rm -rf $browser_locales/$langId/
|
||||||
# TODO: Copy the rest of the l10n directories to their respective locations
|
# 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
|
LANG=$1
|
||||||
|
Reference in New Issue
Block a user