fix: add Indonesian (id-ID) language support and improve language selector (#24951)

This commit is contained in:
lyzno1 2025-09-02 14:44:59 +08:00 committed by GitHub
commit 0caa94bd1c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
32 changed files with 5074 additions and 21 deletions

View file

@ -19,6 +19,7 @@ language_timezone_mapping = {
"fa-IR": "Asia/Tehran",
"sl-SI": "Europe/Ljubljana",
"th-TH": "Asia/Bangkok",
"id-ID": "Asia/Jakarta",
}
languages = list(language_timezone_mapping.keys())