Hi! I'm contacting you because according to Django localization page [1] you're a Django translator.
The reason for this mail, is because I'm on the late steps of a new set of features of Django, that will allow applications to display data in locale specific formats (comma as decimal separator, Monday as first day of week, d/m/y dates...). To complete this set of changes, I need that Django translators specify some of the formats for their locales, in order to use them. I imported as much as I could from the Common Locale Data Repository, but there are some settings that are not there. Here you have the procedure, on how to do it: * Get the i18n branch [2] * Find you locale file in django/conf/locale/<your locale>/formats.py * Check English formats file [3] as reference, and also settings documentation [4] * Complete you locale file * Attach the patch to ticket #11637 [5] Thanks a lot, Marc [1] http://code.djangoproject.com/wiki/Localization [2] svn co http://code.djangoproject.com/svn/django/branches/soc2009/i18n-improvements [3] http://code.djangoproject.com/browser/django/branches/soc2009/i18n-improvements/django/conf/locale/en/formats.py [4] http://code.djangoproject.com/browser/django/branches/soc2009/i18n-improvements/docs/ref/settings.txt [5] http://code.djangoproject.com/ticket/11637 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django I18N" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Django-I18N?hl=en -~----------~----~----~----~------~----~------~--~---
