feat: annotation management frontend (#1764)
This commit is contained in:
@@ -19,6 +19,8 @@ import appApiEn from './lang/app-api.en'
|
||||
import appApiZh from './lang/app-api.zh'
|
||||
import appLogEn from './lang/app-log.en'
|
||||
import appLogZh from './lang/app-log.zh'
|
||||
import appAnnotationEn from './lang/app-annotation.en'
|
||||
import appAnnotationZh from './lang/app-annotation.zh'
|
||||
import shareEn from './lang/share-app.en'
|
||||
import shareZh from './lang/share-app.zh'
|
||||
import datasetEn from './lang/dataset.en'
|
||||
@@ -49,6 +51,7 @@ const resources = {
|
||||
appDebug: appDebugEn,
|
||||
appApi: appApiEn,
|
||||
appLog: appLogEn,
|
||||
appAnnotation: appAnnotationEn,
|
||||
// share
|
||||
share: shareEn,
|
||||
dataset: datasetEn,
|
||||
@@ -73,6 +76,7 @@ const resources = {
|
||||
appDebug: appDebugZh,
|
||||
appApi: appApiZh,
|
||||
appLog: appLogZh,
|
||||
appAnnotation: appAnnotationZh,
|
||||
// share
|
||||
share: shareZh,
|
||||
dataset: datasetZh,
|
||||
|
||||
Reference in New Issue
Block a user