forked from mirror/MCSM-Daemon
Feat: add escapeValue option
This commit is contained in:
parent
2ea6af8266
commit
bf57d252b2
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user