mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-06 05:07:36 -05:00
Merge pull request #1012 from remmycat/deactivate-unnecessary-i18n-escaping
Deactivate i18next interpolation escaping
This commit is contained in:
commit
61281577fc
|
|
@ -52,4 +52,7 @@ export const config = {
|
|||
fallbackLng: DEFAULT_LANGUAGE,
|
||||
defaultNS: "common",
|
||||
react: { useSuspense: false },
|
||||
interpolation: {
|
||||
escapeValue: false,
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user