diff --git a/src/i18n/index.ts b/src/i18n/index.ts index 000cc3f..2c186eb 100755 --- a/src/i18n/index.ts +++ b/src/i18n/index.ts @@ -6,6 +6,9 @@ import zh_cn from "./language/zh_cn"; import en_us from "./language/en_us"; i18next.init({ + interpolation: { + escapeValue: false + }, lng: "en_us", fallbackLng: "en_us", resources: {