On Wed, Feb 10, 2010 at 7:18 PM, David MENTRE <[email protected]> wrote: > Hi, > > 2010/2/10 Łukasz Jernaś <[email protected]>: >> + ("pl", u"Polski")) > > The patch for ocitysmap is using "pl_PL" as language setting, I'm not > sure using only "pl" will work here. We need to test it (except if you > already have tested it).
Well, I've been using it via ./manage.py runserver and everything seems to work properly. AFAIK from gettext point of view it doesn't have any difference, but will also work for pl_* locales (we have at least two as far as I know). And to be precise ocitysmap is using pl_PL.UTF-8 which is usually different then pl_PL (at least on my systems) Regards, -- Łukasz
