From 8a50ef4ef2f6f6044d36ea2f4fe06e663083972e Mon Sep 17 00:00:00 2001 From: Haishan Date: Sun, 6 Dec 2020 14:57:59 +0800 Subject: feat: initial Chinese UI language support --- package.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'package.json') 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", -- cgit v1.3.1