You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I came across this issue, and I have a similar problem - I want to show the list of timezones in different languages. Taking into account that its not available out of the box in django-timezone-field, what will be the best way/workaround to implement that?
I would love the list of timezones to be more familiar to users when browsing in a language other than English.
I might propose that this comes in the form of either some code snippet or perhaps direct integration.
A lot of the heavy lifting has been done already with Babel: https://babel.pocoo.org/en/latest/api/dates.html#babel.dates.get_timezone_name
It would be excellent if this was something that just worked out of the box.
Thanks!
The text was updated successfully, but these errors were encountered: