This commit is contained in:
Donald Zou
2025-04-20 02:46:32 +08:00
parent 51ab8c556a
commit bf7adf9ca9
39 changed files with 41 additions and 41 deletions

View File

@@ -36,7 +36,7 @@ if __name__ == "__main__":
missing_translation = [
key for key in language_template
if key not in lang_file or not lang_file[key].strip()
]
]
deprecated_translation = [
key for key in lang_file