mirror of
https://github.com/zen-browser/desktop.git
synced 2025-11-10 20:45:09 +00:00
chore: Migrate l10n repo to the main repository, p=#9662, c=l10n
This commit is contained in:
@@ -31,7 +31,7 @@ def copy_browser_locales(lang_id: str):
|
||||
os.remove(os.path.join(root, file))
|
||||
|
||||
# Copy files from the source directory
|
||||
source_path = "./l10n/en-US/browser/"
|
||||
source_path = "./locales/en-US/browser/"
|
||||
copy_files(source_path, lang_path)
|
||||
return
|
||||
|
||||
@@ -39,7 +39,7 @@ def copy_browser_locales(lang_id: str):
|
||||
if os.path.exists(lang_path):
|
||||
shutil.rmtree(lang_path) # Remove existing directory
|
||||
|
||||
source_path = f"./l10n/{lang_id}/"
|
||||
source_path = f"./locales/{lang_id}/"
|
||||
copy_files(source_path, lang_path)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user