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.
Arghh, thats right, thanks a lot.
To enter a block of code:
Comments
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?