fix: workflow i18n (#2645)

* fix: workflow i18n

* i18n completion
This commit is contained in:
papapatrick
2024-09-09 14:36:35 +08:00
committed by GitHub
parent 3ea185315d
commit 30057f01a6
3 changed files with 6 additions and 6 deletions

View File

@@ -51,15 +51,15 @@ export const ClassifyQuestionModule: FlowNodeTemplateType = {
label: '',
value: [
{
value: i18nT('workflow:greeting'),
value: 'Greeting',
key: 'wqre'
},
{
value: i18nT('workflow:about_xxx_question'),
value: 'Question regarding xxx',
key: 'sdfa'
},
{
value: i18nT('workflow:other_questions'),
value: 'Other Questions',
key: 'agex'
}
]