MCPcopy
hub / github.com/alibaba/lowcode-engine / setI18n

Method setI18n

packages/shell/src/api/project.ts:224–226  ·  view source on GitHub ↗

* 设置多语言语料 * 数据格式参考 https://github.com/alibaba/lowcode-engine/blob/main/specs/lowcode-spec.md#2434%E5%9B%BD%E9%99%85%E5%8C%96%E5%A4%9A%E8%AF%AD%E8%A8%80%E7%B1%BB%E5%9E%8Baa * @param value object * @returns

(value: object)

Source from the content-addressed store, hash-verified

222 * @returns
223 */
224 setI18n(value: object): void {
225 this[projectSymbol].set('i18n', value);
226 }
227
228 /**
229 * 设置项目配置

Callers

nothing calls this directly

Calls 1

setMethod · 0.65

Tested by

no test coverage detected