This commit is contained in:
clay
2021-12-28 14:04:36 +08:00
parent a14b0e7dc1
commit 43b9044f89
22 changed files with 1597 additions and 494 deletions

View File

@@ -5,7 +5,12 @@ const cn = {
message: {
'hello': '你好,世界',
'switch': 'English',
'test':'测试'
'test':'测试',
'student':'学生',
'staff':'教职工',
'alumni':'校友',
'examine':'考生',
'Services portal':'服务门户',
},
...zhLocale
}

View File

@@ -5,7 +5,12 @@ const en = {
message: {
'hello': 'hello, world',
'switch': '简体中文',
'test':'test'
'test':'test',
'student':'student',
'staff':'staff',
'alumni':'alumni',
'examine':'examine',
'Services portal':'Services portal',
},
...enLocale
}