diff --git a/src/static/locale/verify_locale_files.py b/src/static/locale/verify_locale_files.py index 994b6a5..8a9a027 100644 --- a/src/static/locale/verify_locale_files.py +++ b/src/static/locale/verify_locale_files.py @@ -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))