【发布时间】:2016-04-28 11:57:03
【问题描述】:
我使用meteor.js。
我安装了 i18n 和 arillo:flow-router-helpers 软件包。 我需要这样做:
<a href="{{ pathFor i18n 'dictionary.update' }}">edit</a>
在 javascript 中表示 pathFor(i18n('ditonary.update'))。
如何在 blaze 模板上执行此操作?
【问题讨论】:
标签: javascript html templates meteor meteor-blaze