language support

This commit is contained in:
AmitChauhan63390
2024-12-10 20:40:59 +05:30
parent 5684243215
commit 077234212a
10 changed files with 215 additions and 61 deletions

View File

@@ -10,7 +10,7 @@ i18n
.init({
fallbackLng: 'en',
debug: import.meta.env.DEV,
supportedLngs: ['en', 'es', 'ja', 'zh', 'ar'],
supportedLngs: ['en', 'es', 'ja', 'zh','de'],
interpolation: {
escapeValue: false, // React already escapes
},