UNPKG

n8n-nodes-feishu-lark

Version:

n8n custom nodes for n8n to interact with Feishu/Lark, including Lark Bot, Lark MCP, and Lark Trigger.

13 lines 435 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT_LOCALE = void 0; exports.getCurrentLocale = getCurrentLocale; exports.DEFAULT_LOCALE = 'zh'; function getCurrentLocale() { const locale = process.env.N8N_DEFAULT_LOCALE; if (locale === 'en' || locale === 'en-US' || locale === 'en_US') { return 'en'; } return exports.DEFAULT_LOCALE; } //# sourceMappingURL=types.js.map