mailru / fest

javascript templates
Other
128 stars 28 forks source link

Ability to specify namespace for translator #98

Closed eprev closed 10 years ago

eprev commented 10 years ago
<fest:template xmlns:fest="http://fest.mail.ru" xmlns:i18n="http://i18n.fest.mail.ru">
...
<fest:get name="block">
{
    text: '<i18n:msg>Hello</i18n:msg>'
}
</fest:get>
</fest:template>