現(xiàn)在使用 mako 模版引擎,在 html 代碼中這樣使用時(shí) ${_('Francois Pinard')}, 提示
mako
${_('Francois Pinard')}
TypeError: 'Undefined' object is not callable
但這個(gè)例子可以:
http://docs.makotemplates.org/en/latest/usage.html#babel
如何在模版中使用 _ ?
_