diff options
| author | Haishan <[email protected]> | 2020-12-06 14:57:59 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2020-12-06 20:19:51 +0800 |
| commit | 8a50ef4ef2f6f6044d36ea2f4fe06e663083972e (patch) | |
| tree | da098c1434b5f745f391330dde37b6468deec45b /package.json | |
| parent | a8c6cd23ce2b585362f515080b2167990c554fed (diff) | |
feat: initial Chinese UI language support
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package.json b/package.json index 8f4dbe1..ee412b8 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,9 @@ "fontsource-roboto-mono": "^3.0.3", "framer-motion": "^2.9.5", "history": "^5.0.0", + "i18next": "^19.8.4", + "i18next-browser-languagedetector": "^6.0.1", + "i18next-http-backend": "^1.0.21", "immer": "^8.0.0", "invariant": "^2.2.4", "lodash-es": "^4.17.14", @@ -43,6 +46,7 @@ "react-dom": "0.0.0-experimental-94c0244ba", "react-feather": "^2.0.9", "react-helmet": "^6.1.0", + "react-i18next": "^11.7.4", "react-icons": "^3.10.0", "react-modal": "^3.12.1", "react-query": "^2.26.3", @@ -80,6 +84,7 @@ "@types/react-dom": "^17.0.0", "@types/react-helmet": "^6.1.0", "@types/react-modal": "^3.10.6", + "@types/react-table": "^7.0.25", "@types/react-tabs": "^2.3.2", "@typescript-eslint/eslint-plugin": "^4.9.0", "@typescript-eslint/parser": "^4.9.0", |
