ignore empty strings

This commit is contained in:
Alex Holliday
2025-06-24 10:44:16 +08:00
parent 5e14c15b92
commit b9a8328a48

View File

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