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": "註冊成功"
}
相關文章
相關標籤/搜索