t-comm
Version:
专业、稳定、纯粹的工具库
26 lines (20 loc) • 926 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var i18n_i18n = require('./i18n.js');
var i18n_parseExcel = require('./parse-excel.js');
var i18n_config = require('./config.js');
require('axios');
require('@babel/runtime/helpers/slicedToArray');
require('@babel/runtime/helpers/toConsumableArray');
require('../nodejs/path.js');
require('../sheet/sheet.js');
require('../nodejs/fs.js');
require('../third-party/xlsx.js');
exports.getI18nToken = i18n_i18n.getI18nToken;
exports.importI18nDict = i18n_i18n.importI18nDict;
exports.convertExcelToTi18n = i18n_parseExcel.convertExcelToTi18n;
exports.mapLangNameToKey = i18n_parseExcel.mapLangNameToKey;
exports.DEFAULT_LANG_NAME_TO_TI18N_KEY = i18n_config.LANG_NAME_TO_TI18N_KEY;
exports.DEFAULT_TI18N_KEYS = i18n_config.TI18N_KEYS;
exports.LANG_NAME_TO_TI18N_KEY = i18n_config.LANG_NAME_TO_TI18N_KEY;
exports.TI18N_KEYS = i18n_config.TI18N_KEYS;