feat: add internationalization support with next-intl

This commit is contained in:
beilunyang
2025-10-13 00:57:32 +08:00
parent 0fcc4b9e85
commit d175017b51
46 changed files with 1436 additions and 432 deletions
+26
View File
@@ -0,0 +1,26 @@
{
"app": {
"name": "MoeMail"
},
"lang": {
"en": "English",
"zhCN": "简体中文",
"switch": "切换语言"
},
"actions": {
"ok": "确定",
"cancel": "取消",
"save": "保存",
"delete": "删除"
},
"nav": {
"home": "首页",
"login": "登录",
"profile": "个人中心",
"logout": "退出登录",
"backToMailbox": "返回邮箱"
},
"github": "获取网站源代码"
}