feat: Add support for i18n Turkish language (tr-TR) (#6886)

Co-authored-by: hursit <hursit.topal@enuygun.com>
This commit is contained in:
hursit
2024-08-01 12:30:35 +03:00
committed by GitHub
parent a9cd6df97e
commit 104c797dd0
34 changed files with 3515 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ language_timezone_mapping = {
'ro-RO': 'Europe/Bucharest',
'pl-PL': 'Europe/Warsaw',
'hi-IN': 'Asia/Kolkata',
'tr-TR': 'Europe/Istanbul',
}
languages = list(language_timezone_mapping.keys())