Feat/portuguese support (#2075)

This commit is contained in:
crazywoola
2024-01-23 21:14:53 +08:00
committed by GitHub
parent 21ade71bad
commit c17baef172
78 changed files with 2849 additions and 376 deletions

View File

@@ -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