It surely won't be merged into trunk before August 17th (when GSoC ends), and probably it'll take more time than that. Anyway, formats will work more or less as translations, so if we don't have the ones for one locale, it'll use Django's defaults, so not having one shouldn't block the merge, and formats for that locale could be added later.
Thank you, and let me know when having them, Marc Orestis Markou wrote: > Is there a timeframe for this? I can supply Greek locale data but not > in the next week. > > Thanks for your efforts! > > Orestis > -- > [email protected] > http://orestis.gr/ > > > > > On 5 Aug 2009, at 15:06, Marc Garcia wrote: > >> 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 -~----------~----~----~----~------~----~------~--~---
