Merge pull request #1012 from remmycat/deactivate-unnecessary-i18n-escaping

Deactivate i18next interpolation escaping
This commit is contained in:
Kalle
2022-10-14 22:44:53 +03:00
committed by GitHub

View File

@@ -52,4 +52,7 @@ export const config = {
fallbackLng: DEFAULT_LANGUAGE,
defaultNS: "common",
react: { useSuspense: false },
interpolation: {
escapeValue: false,
}
};