Nebojsa Djordjevic wrote: > GinTon wrote: > > Now I'm working with the languages table, and the next tables will be: > > > > * date format > > * Currency > > Well, date and currency (and IIRC number) formats are defined in LC_MONETARY, > LC_NUMERIC, LC_DATE and LC_TIME on most of > the *nix systems anyway. So why not using that? We already agreed to use > gettext for > text storage. > With that, there are 2 problems:
1) Django could be running into a system different from *unix as Windows, and I don't know if MacOs have those definitions (I'm supposed that yes, because is *unix). 2) The user could have not defined those variables. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
