chore: add Thai GUI (#11201)

This commit is contained in:
Yi Xiao
2024-11-29 14:20:48 +08:00
committed by GitHub
parent d3af0e9090
commit e3119112a6
25 changed files with 3115 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ language_timezone_mapping = {
"tr-TR": "Europe/Istanbul",
"fa-IR": "Asia/Tehran",
"sl-SI": "Europe/Ljubljana",
"th-TH": "Asia/Bangkok",
}
languages = list(language_timezone_mapping.keys())