mirror of
https://github.com/zen-browser/desktop.git
synced 2025-12-24 07:08:52 +00:00
Refactor language pack download script: replace shell script with Python equivalent for consistency and maintainability
This commit is contained in:
@@ -31,9 +31,9 @@ cd $CURRENT_DIR
|
||||
|
||||
# Move all the files to the correct location
|
||||
|
||||
python3 scripts/copy-language-pack.sh en-US
|
||||
python3 scripts/copy_language_pack.py en-US
|
||||
for lang in $(cat ./l10n/supported-languages); do
|
||||
python3 scripts/copy-language-pack.sh $lang
|
||||
python3 scripts/copy_language_pack.py $lang
|
||||
done
|
||||
|
||||
wait
|
||||
|
||||
Reference in New Issue
Block a user