Skip to content

Commit d9692b3

Browse files
committed
fix
1 parent 0a84b8c commit d9692b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uitls/i18n.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { initReactI18next } from "react-i18next";
33
import LanguageDetector from "i18next-browser-languagedetector";
44
import { isValidElement } from "react";
55
import en from '../i18n/en.json';
6-
import zh from '../i18n/en.json';
6+
import zh from '../i18n/zh.json';
77
// const en = await import("../i18n/en.json");
88
// const zh = await import("../i18n/zh.json");
99
const fallbackLng = "en";

0 commit comments

Comments
 (0)