Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cnwhy committed Jun 13, 2024
1 parent 0a84b8c commit d9692b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uitls/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { initReactI18next } from "react-i18next";
import LanguageDetector from "i18next-browser-languagedetector";
import { isValidElement } from "react";
import en from '../i18n/en.json';
import zh from '../i18n/en.json';
import zh from '../i18n/zh.json';
// const en = await import("../i18n/en.json");
// const zh = await import("../i18n/zh.json");
const fallbackLng = "en";
Expand Down

0 comments on commit d9692b3

Please sign in to comment.