Feature: 添加i18n支持
This commit is contained in:
4
i18n/locales/en.json
Normal file
4
i18n/locales/en.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"back": "back",
|
||||
"not-found": "Not found"
|
||||
}
|
||||
4
i18n/locales/zh.json
Normal file
4
i18n/locales/zh.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"back": "返回",
|
||||
"not-found": "页面不存在"
|
||||
}
|
||||
Reference in New Issue
Block a user