{
  "kiwiDir": "./.kiwi",
  "srcLang": "zh-CN",
  "distLangs": [
    "en-US",
    "zh-TW"
  ],
  "googleApiKey": "",
  "baiduApiKey": {
    "appId": "",
    "appKey": ""
  },
  "baiduLangMap": {
    "en-US": "en",
    "zh-TW": "cht"
  },
  "translateOptions": {
    "concurrentLimit": 10,
    "requestOptions": {}
  },
  "defaultTranslateKeyApi": "Pinyin",
  "importI18N": "import I18N from 'src/utils/I18N';",
  "ignoreDir": "",
  "ignoreFile": ""
}