1
0
Fork 1
mirror of https://github.com/zen-browser/desktop.git synced 2025-07-08 00:10:00 +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:
mr. M 2025-01-13 23:15:37 +01:00
parent 2aaf3f82e6
commit a512948eb0
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB
8 changed files with 93 additions and 26 deletions

View file

@ -0,0 +1,4 @@
from copy_language_pack import copy_browser_locales
if __name__ == "__main__":
copy_browser_locales("en-US")