h5i18n
v0.7.8
Published
A mobile page of internationalization development framework
Readme
h5i18n
A mobile page of internationalization development framework.
使用方法
创建多语言环境
var langs = new h5i18n.Languages('cn');
langs.update('en');API
更新语言环境
// function update (locale?: string)
langs.update('en');获取文本
// function get (text: string, locale?: string)
langs.get('中文<!--{en}English-->');License
MIT © zswang
