Feat: add escapeValue option

This commit is contained in:
unitwk 2022-08-20 15:33:24 +08:00
parent 2ea6af8266
commit bf57d252b2

View File

@ -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: {