On 13-8-2012 16:16, houmie wrote: > But looking at this example, 'en/' is not good enough. British English > is also `en` but the date format is European. You know what I mean? > Again the culture seems to be forgotten :( > Unless I could define the path as en-GB/ and it would still be > recognized....
django/conf/locale/en_GB/ exists. The internationalization modules first look for specific then for the less specific match if it doesn't exist. -- Melvyn Sopacua -- You received this message because you are subscribed to the Google Groups "Django users" 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-users?hl=en.

