mirror of
https://github.com/beilunyang/moemail.git
synced 2026-09-07 16:26:38 +08:00
feat: add internationalization support with next-intl
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"app": {
|
||||
"name": "MoeMail"
|
||||
},
|
||||
"lang": {
|
||||
"en": "English",
|
||||
"zhCN": "简体中文",
|
||||
"switch": "切换语言"
|
||||
},
|
||||
"actions": {
|
||||
"ok": "确定",
|
||||
"cancel": "取消",
|
||||
"save": "保存",
|
||||
"delete": "删除"
|
||||
},
|
||||
"nav": {
|
||||
"home": "首页",
|
||||
"login": "登录",
|
||||
"profile": "个人中心",
|
||||
"logout": "退出登录",
|
||||
"backToMailbox": "返回邮箱"
|
||||
},
|
||||
"github": "获取网站源代码"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user