Update verify_locale_files.py

This commit is contained in:
Donald Zou 2024-11-23 15:09:35 +08:00
parent 1b0885bffe
commit 9819c96717

View file

@ -1,6 +1,7 @@
import json
active_languages = json.loads(open("active_languages.json", "r").read())
language_template = json.loads(open("language_template.json", "r").read())
if __name__ == "__main__":
welcome = "WGDashboard Locale File Verification [by @donaldzou]"
print("="*(len(welcome) + 4))