Feat/portuguese support (#2075)
This commit is contained in:
@@ -3,6 +3,7 @@ export type FormValue = Record<string, any>
|
||||
export type TypeWithI18N<T = string> = {
|
||||
'en_US': T
|
||||
'zh_Hans': T
|
||||
[key: string]: T
|
||||
}
|
||||
|
||||
export enum FormTypeEnum {
|
||||
|
||||
Reference in New Issue
Block a user