mirror of https://github.com/WerWolv/ImHex
tests: Update localization key checker script for new language files
This commit is contained in:
parent
e1d1c4acca
commit
a7d3a916cc
|
|
@ -31,7 +31,7 @@ def get_langs(filepath) -> list[str]:
|
||||||
data = json.loads(file.read())
|
data = json.loads(file.read())
|
||||||
existing_langs = []
|
existing_langs = []
|
||||||
|
|
||||||
for key, _ in data["translations"].items():
|
for key, _ in data.items():
|
||||||
existing_langs.append(key)
|
existing_langs.append(key)
|
||||||
|
|
||||||
return existing_langs
|
return existing_langs
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue