How to localize month names?
setting LANGUAGE_CODE to the correct locale does not seem to change the month names. I'm running it on ubuntu. Any suggestions?
setting LANGUAGE_CODE to the correct locale does not seem to change the month names. I'm running it on ubuntu. Any suggestions?
The abbreviated month names are set by javascript, because the human readable timestamps are periodically updated within the browser, so the localization should go to the djangojs.po
file within your locale.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2013-12-08 16:01:19 -0600
Seen: 213 times
Last updated: Dec 09 '13
Update: When I change LANGUAGE_CODE to de, the month names change accordingly to german, but not with 'tr', turkish language, Can this be related to some issue with django's own po files?