Open foxbunny opened 10 years ago
There should be a switch or function that swaps lazy versions of gettext functions with dummy version.
I was using bottle_utils.form that used translations. My workaround was:
bottle_utils.form
import bottle_utils.i18n delattr(bottle_utils.i18n, 'lazy_gettext')
There should be a switch or function that swaps lazy versions of gettext functions with dummy version.