Open GoogleCodeExporter opened 8 years ago
Confirming the issue at latest webapp2 2.5.1 - only latest domain is loaded.
Fix is very simple:
replace
if isinstance(_trans, NullTranslations):
with
if type(_trans) == NullTranslations:
Original comment by andrew.k...@optimizely.com
on 19 Aug 2015 at 8:55
Original issue reported on code.google.com by
mytix.m...@gmail.com
on 3 Oct 2013 at 4:53