OSDN Git Service

add the language package
authorZhiting Lin <zlin035@uottawa.ca>
Tue, 20 Mar 2018 03:18:52 +0000 (11:18 +0800)
committerZhiting Lin <zlin035@uottawa.ca>
Tue, 20 Mar 2018 03:18:52 +0000 (11:18 +0800)
package-lock.json
package.json

index db207c4..d122e12 100644 (file)
       "integrity": "sha1-vi+zBi9derwIkucVtd0r0VLHBV4=",
       "dev": true
     },
+    "i18next": {
+      "version": "10.5.1",
+      "resolved": "https://registry.npmjs.org/i18next/-/i18next-10.5.1.tgz",
+      "integrity": "sha1-+OHKThXEQOvDqaXD0BXDptKIeJA="
+    },
     "iconv-lite": {
       "version": "0.4.19",
       "resolved": "http://registry.npm.taobao.org/iconv-lite/download/iconv-lite-0.4.19.tgz",
index 10cfb09..00855d4 100644 (file)
@@ -29,8 +29,9 @@
     "babel-polyfill": "~6.16.0",
     "bootstrap-sass": "~3.3.7",
     "classnames": "~2.2.5",
-    "electron-settings": "^3.1.4",
-    "glob": "^7.1.0",
+    "electron-settings": "~3.1.4",
+    "glob": "~7.1.2",
+    "i18next": "~10.5.1",
     "lodash": "~4.17.4",
     "moment": "~2.14.1",
     "moment-timezone": "~0.5.5",