4.8 国际化i18n-博客后端Api-NodeJs+Express+Mysql实战

国际化i18n
https://github.com/mashpie/i1...

clipboard.png

业务使用:node

clipboard.png

en.json

{
    "success": "success",
    "regSuccess": "reg success"
}

zh-CN.json

{
    "success": "成功",
    "regSuccess": "注册成功"
}
相关文章
相关标签/搜索