feat: Add support for i18n Turkish language (tr-TR) (#6886)
Co-authored-by: hursit <hursit.topal@enuygun.com>
This commit is contained in:
parent
a9cd6df97e
commit
104c797dd0
34 changed files with 3515 additions and 0 deletions
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue