mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-06 03:18:19 +00:00
5 lines
112 B
Python
5 lines
112 B
Python
from copy_language_pack import copy_browser_locales
|
|
|
|
if __name__ == "__main__":
|
|
copy_browser_locales("en-US")
|