11
This commit is contained in:
@@ -5,7 +5,12 @@ const cn = {
|
||||
message: {
|
||||
'hello': '你好,世界',
|
||||
'switch': 'English',
|
||||
'test':'测试'
|
||||
'test':'测试',
|
||||
'student':'学生',
|
||||
'staff':'教职工',
|
||||
'alumni':'校友',
|
||||
'examine':'考生',
|
||||
'Services portal':'服务门户',
|
||||
},
|
||||
...zhLocale
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user