Re: Missing support for gettext fallback translations

2017-05-21 Thread Patryk Zawadzki
W dniu niedziela, 21 maja 2017 01:35:28 UTC+2 użytkownik Ramiro Morales napisał: > > I'm also surprised by your findings. I guess it's something we simply took > for granted. It's mentioned in the [1]docs and has been so for [2]years. > It's not the same case though. Docs say that if `de-at` is

Re: Missing support for gettext fallback translations

2017-05-20 Thread Ramiro Morales
On Fri, May 19, 2017 at 9:31 PM, Matt Westcott wrote: > Hi all, > > I've noticed that the django.utils.translation module apparently doesn't > recognise gettext's handling of fallback translations when both a > territory-specific translation catalog (e.g. Spanish (Spain), 'es_ES') and > a generic

Missing support for gettext fallback translations

2017-05-20 Thread Matt Westcott
Hi all, I've noticed that the django.utils.translation module apparently doesn't recognise gettext's handling of fallback translations when both a territory-specific translation catalog (e.g. Spanish (Spain), 'es_ES') and a generic one (e.g. Spanish, 'es') exist. According to Python's loca