Hello,

Django defines some strings to translate even before any code is added in a 
django app.
Is there a default .po for these strings in various languages ?

I looked at the source code for date formating in Django on Github.
And it uses gettext to translate months for example :
https://github.com/django/django/blob/4d4bf55e0ea849476f7e3abfeb018c338f18a9b4/django/utils/dates.py#L24
It seems thus that a .po file is mandatory to have it in another language 
than English

Until now we formatted dates using python (and probably python uses system 
locales).
I wanted to use Django features instead but it seems to be quite cumbersome 
to start an i18n project just for dates translations.

Thanks, best regards,
     Laurent Lyaudet


-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/159f660c-49c2-443a-b496-d3aca4c6e6c7n%40googlegroups.com.

Reply via email to