mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 19:52:03 +08:00
Feat/portuguese support (#2075)
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import type { I18nText } from '@/utils/language'
|
||||
|
||||
export type CommonResponse = {
|
||||
result: 'success' | 'fail'
|
||||
}
|
||||
@@ -204,11 +206,6 @@ export type ApiBasedExtension = {
|
||||
api_key?: string
|
||||
}
|
||||
|
||||
export type I18nText = {
|
||||
'en-US': string
|
||||
'zh-Hans': string
|
||||
}
|
||||
|
||||
export type CodeBasedExtensionForm = {
|
||||
type: string
|
||||
label: I18nText
|
||||
|
||||
Reference in New Issue
Block a user