()
| 1154 | |
| 1155 | /** 是否开启应用国际化 */ |
| 1156 | export function getI18nEnabled() { |
| 1157 | return (window as any)?.editorStore?.i18nEnabled ?? false; |
| 1158 | } |
| 1159 | |
| 1160 | /** schema 翻译方法 */ |
| 1161 | export function translateSchema(schema: any, replaceData?: any, skipFn?: any) { |
no outgoing calls
no test coverage detected