@geek-fun/serverlessinsight
Version:
Full life cycle cross providers serverless application management for your fast-growing business.
16 lines (15 loc) • 474 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.lang = void 0;
const i18n_1 = require("i18n");
const lang = new i18n_1.I18n({
locales: ['en', 'cn'],
register: [
{
hello: 'hello',
UPDATE_COMPLETELY_SAME_STACK: 'The stack is completely the same, update SKIPPED',
},
{ hello: '你好', UPDATE_COMPLETELY_SAME_STACK: '栈完全相同,更新跳过' },
],
});
exports.lang = lang;