clean up translations

This commit is contained in:
Aria Moradi
2023-02-14 16:28:37 +03:30
parent 6f3bc1bc4e
commit 76d44bd657
6 changed files with 25 additions and 18 deletions

View File

@@ -19,7 +19,8 @@ const i18n = use(initReactI18next)
interpolation: {
escapeValue: false,
},
debug: true,
returnNull: false,
debug: process.env.NODE_ENV !== 'production',
});
export default i18n;