forked from ZenBrowserMirrors/zen-desktop
Refactor language pack download script: replace shell script with Python equivalent for consistency and maintainability
This commit is contained in:
parent
a512948eb0
commit
62df1fbc59
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue