2009/2/15 konstantin <[email protected]> > > Problem seems to be in l10n/utils.py: > > locale.normalize('ru'): > gives > > 'ru_RU.ISO8859-5' > > while was expected: > > 'ru_RU.UTF-8' > > Problem rises on the discussion but I didn't found a clear solution. > Don't want to modify code but can't find another way. Not good. >
So in other words it is a Python error, possibly having to do with your configuration. I think it might be reasonable to have a L10N_OVERRIDES setting that manually maps/overrides locales for specific installations. We'd just add the code to apply the override if found. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Satchmo 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/satchmo-users?hl=en -~----------~----~----~----~------~----~------~--~---
