mirror of
https://github.com/zen-browser/desktop.git
synced 2025-07-07 21:49:58 +02:00
4 lines
112 B
Python
4 lines
112 B
Python
from copy_language_pack import copy_browser_locales
|
|
|
|
if __name__ == "__main__":
|
|
copy_browser_locales("en-US")
|