From b923410f99ad153f8321d67887835651cf4b6e61 Mon Sep 17 00:00:00 2001 From: louiscklaw Date: Thu, 19 Jun 2025 17:10:03 +0800 Subject: [PATCH] feat: add react-i18next package for internationalization support --- 03_source/mobile/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/03_source/mobile/package.json b/03_source/mobile/package.json index bb4624e..83ac144 100644 --- a/03_source/mobile/package.json +++ b/03_source/mobile/package.json @@ -34,6 +34,7 @@ "react-confetti": "^6.4.0", "react-dom": "^18.2.0", "react-hook-form": "^7.57.0", + "react-i18next": "^15.5.3", "react-iconly": "^2.2.10", "react-leaflet": "^4.2.1", "react-markdown": "^10.1.0", @@ -96,4 +97,4 @@ "tsc": "tsc --noEmit" }, "version": "0.0.1" -} \ No newline at end of file +}