From f742317bacd253fe2b6bab99ba5b381c81103f49 Mon Sep 17 00:00:00 2001 From: tyBrave Date: Mon, 22 Jan 2024 02:57:06 +0000 Subject: [PATCH] =?UTF-8?q?[Issues:=20#I8W4SC]=20=E6=9B=B4=E6=96=B0i18next?= =?UTF-8?q?=E7=9A=84=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1224/i18next.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/1224/i18next.md b/1224/i18next.md index 0ede9ec0..9d9d6c4c 100644 --- a/1224/i18next.md +++ b/1224/i18next.md @@ -20,13 +20,15 @@ ```bash yarn add i18next@^23.7.16 +yarn add react-i18next@^14.0.1 ``` #### **npm** ```bash -npm install i18next@^23.7.16 --save +npm install i18next@^23.7.16 +npm install react-i18next@^14.0.1 ``` -- Gitee