Merge pull request #2524 from bluewave-labs/fix/i18n

fix: translations ignore empty strings
This commit is contained in:
Alexander Holliday
2025-06-24 10:45:33 +08:00
committed by GitHub

View File

@@ -24,6 +24,7 @@ i18n.use(initReactI18next).init({
interpolation: {
escapeValue: false,
},
returnEmptyString: false,
});
export default i18n;