From 23ee33c45218f095dda375a43f7125062598336d Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Sat, 20 Apr 2024 15:45:33 +0800
Subject: [PATCH] first

---
 src/i18n/index.js |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/i18n/index.js b/src/i18n/index.js
index 44f02f0..eab2719 100644
--- a/src/i18n/index.js
+++ b/src/i18n/index.js
@@ -32,16 +32,16 @@
   en: {
     ...enLocale,
   },
-  CN: {
+  "zh-TW": {
     ...cnLocale,
   },
   "zh-CN": {
     ...zhcnLocale,
   },
-  Japanese: {
+  ja: {
     ...japcnLocale,
   },
-  Korean: {
+  ko: {
     ...korcnLocale,
   },
   th: {
@@ -56,7 +56,7 @@
   fr: {
     ...frenchLocale,
   },
-  ind: {
+  hi: {
     ...indLocale,
   },
   ar: {
@@ -65,7 +65,7 @@
   vi: {
     ...viLocale,
   },
-  Italy: {
+  it: {
     ...ItalyLocal,
   },
 };

--
Gitblit v1.9.3