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
commit 61281577fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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