diff --git a/src/i18n/i18n.ts b/src/i18n/i18n.ts index 2514b9f..1e79aab 100644 --- a/src/i18n/i18n.ts +++ b/src/i18n/i18n.ts @@ -56,6 +56,8 @@ i18n defaultNS: 'core', interpolation: { escapeValue: false }, react: { useSuspense: false }, + returnEmptyString: false, // return fallback instead of empty string + returnNull: false, // return fallback instead of null debug: import.meta.env.MODE === 'development', });