feat: add missing i18n (#130)

This commit is contained in:
crazywoola
2023-05-22 10:12:17 +08:00
committed by GitHub
parent d8425f3f4c
commit 4db01403ae
3 changed files with 15 additions and 6 deletions

View File

@@ -35,6 +35,10 @@ const translation = {
appCreated: 'App created',
appCreateFailed: 'Failed to create app',
},
emoji: {
ok: 'OK',
cancel: 'Cancel',
}
}
export default translation

View File

@@ -34,6 +34,10 @@ const translation = {
appCreated: '应用已创建',
appCreateFailed: '应用创建失败',
},
emoji: {
ok: '确认',
cancel: '取消',
}
}
export default translation