From d12125c41dea5bfab3512ed1f36bf270a1f09394 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerhard=20Ha=C3=9F?= Date: Fri, 23 Jul 2021 15:55:49 +0200 Subject: [PATCH] added missing project names (zh) --- frontend/i18n/zh/projects/overview.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/i18n/zh/projects/overview.js b/frontend/i18n/zh/projects/overview.js index 5a74b10b..8f44854d 100644 --- a/frontend/i18n/zh/projects/overview.js +++ b/frontend/i18n/zh/projects/overview.js @@ -14,6 +14,8 @@ export default { projectTypes: [ '文本分类', '序列标注', - '序列到序列' + '序列到序列', + '图像分类', + '文字转语音' ] }