mirror of
https://github.com/zen-browser/desktop.git
synced 2025-07-07 21:49:58 +02:00
Refactor language pack scripts: replace shell scripts with Python equivalents for improved maintainability and functionality; remove obsolete scripts and update surfer.json formatting.
This commit is contained in:
parent
2aaf3f82e6
commit
a512948eb0
8 changed files with 93 additions and 26 deletions
4
scripts/update_en_US_packs.py
Normal file
4
scripts/update_en_US_packs.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
from copy_language_pack import copy_browser_locales
|
||||
|
||||
if __name__ == "__main__":
|
||||
copy_browser_locales("en-US")
|
Loading…
Add table
Add a link
Reference in a new issue