mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-27 23:37:05 -05:00
tests: Update localization key checker script for new language files
This commit is contained in:
@@ -31,7 +31,7 @@ def get_langs(filepath) -> list[str]:
|
||||
data = json.loads(file.read())
|
||||
existing_langs = []
|
||||
|
||||
for key, _ in data["translations"].items():
|
||||
for key, _ in data.items():
|
||||
existing_langs.append(key)
|
||||
|
||||
return existing_langs
|
||||
|
||||
Reference in New Issue
Block a user