Skip to content

Commit

Permalink
Update scan.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Bebra777228 authored Nov 28, 2024
1 parent d5ad206 commit 5ca101b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/i18n/scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def process_file(file_path):
print()
print("Total unique:", len(code_keys))

standard_file = "languages/en_US.json"
standard_file = "assets/i18n/languages/en_US.json"
with open(standard_file, "r", encoding="utf-8") as file:
standard_data = json.load(file, object_pairs_hook=OrderedDict)
standard_keys = set(standard_data.keys())
Expand Down

0 comments on commit 5ca101b

Please sign in to comment.