Ikresoft

Results 2 comments of Ikresoft

I change this line of code in poutil.py: if u'-' in lang: _l,_c = map(lambda x:x.lower(),lang.split(u'-')) #add capitalize() langs += (u'%s_%s' %(_l, _c), u'%s_%s' %(_l, _c.upper()), u'%s_%s' %(_l, _c.capitalize()), )...

I am also confused, in django locale directories are underscored but in i18n for my country is sr-latn and that coresponds to sr_Latn directory in django, and only way rosseta...