mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2024-12-26 08:51:50 +08:00
Update verify_locale_files.py
This commit is contained in:
parent
1b0885bffe
commit
9819c96717
1 changed files with 1 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue