Skip to content

Commit

Permalink
other: update merge locales script
Browse files Browse the repository at this point in the history
  • Loading branch information
ffainy committed Jul 15, 2022
1 parent c74f018 commit 019eb31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/merge-locales.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@ def update_locales(keys, old: {str: str}, del_no_use: bool = True) -> {str: str}

#

addon_path = "../"
addon_path = "../src/"

# Scan all locale strings
files = get_files(addon_path, ignore=[".git", ".github", ".vscode", "locales", "libraries", "utils"])
files = get_files(addon_path, ignore=["locales", "libraries"])
keys = generate_keys(files)
keys.sort()

Expand Down

0 comments on commit 019eb31

Please sign in to comment.