Changing and compiling new translations will not cause the development server
to reload said translations. A temporary fix suggested by Rodrigo Moraes is to
replace the following in i18n.py:
self.translations[locale] = trans
-with-
if not webapp2.get_app().debug:
self.translations[locale] = trans
Tried and tested. Works perfectly.
BR / Fredrik
Original issue reported on code.google.com by fredrik....@gmail.com on 14 Aug 2011 at 8:47
Original issue reported on code.google.com by
fredrik....@gmail.com
on 14 Aug 2011 at 8:47