From bc51f1b761763ca585f225190e7d859e0cd03209 Mon Sep 17 00:00:00 2001 From: Baoyuan Date: Fri, 16 Jul 2021 23:02:03 +0800 Subject: [Issue #49] feat: add i18n (#58) * feat: add i18n * fix: code clean --- package.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package.json') diff --git a/package.json b/package.json index af43a10..e35ddc8 100644 --- a/package.json +++ b/package.json @@ -6,9 +6,11 @@ "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.3.2", "@testing-library/user-event": "^7.1.2", + "i18next": "^20.3.3", "qrcode.react": "^1.0.0", "react": "^16.13.1", "react-dom": "^16.13.1", + "react-i18next": "^11.11.2", "react-scripts": "^4.0.1" }, "scripts": { -- cgit v1.2.3