i18n support
Showing
| ... | ... | @@ -10,6 +10,9 @@ |
| "d3": "^4.13.0", | ||
| "deep-equal": "^1.0.1", | ||
| "fuse": "^0.4.0", | ||
| "i18next": "^13.0.1", | ||
| "i18next-browser-languagedetector": "^2.2.4", | ||
| "i18next-xhr-backend": "^1.5.1", | ||
| "jazzicon": "^1.5.0", | ||
| "node-sass": "^4.9.3", | ||
| "npm": "^6.0.0", | ||
| ... | ... | @@ -19,6 +22,7 @@ |
| "react-dom": "^16.2.0", | ||
| "react-ga": "^2.5.3", | ||
| "react-helmet": "^5.2.0", | ||
| "react-i18next": "^8.4.0", | ||
| "react-redux": "^5.0.7", | ||
| "react-responsive": "^5.0.0", | ||
| "react-router-dom": "^4.3.1", | ||
| ... | ... |
public/locales/en.json
0 → 100644
public/locales/zh-CN.json
0 → 100644
src/i18n.js
0 → 100644
This diff is collapsed.
Please register or sign in to comment