I\'m using i18next to power i18n for my weblog. It works great on text-only content, but when I try to translate content that includes HTML markup, it is displaying the raw
In order to make this work, you have to prefix the data-i18n attribute of the elements you want to translate with [html]:
data-i18n
[html]
Source: i18next.jquery.js 0 讨论(0) 查看其它8个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
Source: i18next.jquery.js