mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-07-31 21:12:02 +08:00
fix: update QA document default language from "Chinese" to "Chinese Simplified" (#17541)
This commit is contained in:
parent
e1439c4a5b
commit
8ab9eb9857
@ -211,7 +211,7 @@ const StepTwo = ({
|
|||||||
}
|
}
|
||||||
|
|
||||||
const [docLanguage, setDocLanguage] = useState<string>(
|
const [docLanguage, setDocLanguage] = useState<string>(
|
||||||
(datasetId && documentDetail) ? documentDetail.doc_language : (locale !== LanguagesSupported[1] ? 'English' : 'Chinese'),
|
(datasetId && documentDetail) ? documentDetail.doc_language : (locale !== LanguagesSupported[1] ? 'English' : 'Chinese Simplified'),
|
||||||
)
|
)
|
||||||
|
|
||||||
const [parentChildConfig, setParentChildConfig] = useState<ParentChildConfig>(defaultParentChildConfig)
|
const [parentChildConfig, setParentChildConfig] = useState<ParentChildConfig>(defaultParentChildConfig)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user