{
  "vicsDir": "./.vics",
  "configFile": "./.vics/vics-config.json",
  "srcLang": "zh-CN",
  "distLangs": [
    "en"
  ],
  "langMap": {
    "en_US": "en",
    "en-US": "en",
    "en": "en"
  },
  "baiduAppid": "20200602000482988",
  "baiduKey": "CF5_meZdDAOtDzVkn2Nv",
  "importI18N": "import I18N from '@/i18n';",
  "i18nPath": "@/i18n",
  "ignoreDir": [],
  "ignoreFile": [],
  "exportColConfig": [
    "export_path",
    "业务线",
    "business_key",
    "描述（字典值）",
    "语料类型",
    "最长字符",
    "首字母大写",
    "语料说明图",
    "translatable",
    "formatted",
    "zh_CN"
  ],
  "exportColIndexMap": {
    "businessLine": 1,
    "key": 3,
    "text": 10
  },
  "importColIndexMap": {
    "key": 3,
    "text": 11
  },
  "checkColIndexMap": {
    "key": 3,
    "zh-CN": 11,
    "en": 12
  },
  "prettierConfig": {}
}