mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2024-12-26 17:04:14 +08:00
Update verify_locale_files.py
This commit is contained in:
parent
a1c1805409
commit
74d0471a6f
1 changed files with 0 additions and 3 deletions
|
@ -1,7 +1,4 @@
|
||||||
import json
|
import json
|
||||||
import os.path
|
|
||||||
|
|
||||||
from typing_extensions import deprecated
|
|
||||||
|
|
||||||
active_languages = json.loads(open("active_languages.json", "r").read())
|
active_languages = json.loads(open("active_languages.json", "r").read())
|
||||||
language_template = json.loads(open("language_template.json", "r").read())
|
language_template = json.loads(open("language_template.json", "r").read())
|
||||||
|
|
Loading…
Reference in a new issue