6014 i18n add support for spanish (#6017)

This commit is contained in:
crazywoola
2024-07-05 21:05:33 +08:00
committed by GitHub
parent 9f16739518
commit cddea83e65
24 changed files with 3162 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ language_timezone_mapping = {
'vi-VN': 'Asia/Ho_Chi_Minh',
'ro-RO': 'Europe/Bucharest',
'pl-PL': 'Europe/Warsaw',
'hi-IN': 'Asia/Kolkata'
'hi-IN': 'Asia/Kolkata',
}
languages = list(language_timezone_mapping.keys())