feat: full support for turkish lang
This commit is contained in:
@@ -10,7 +10,7 @@ i18n
|
||||
.init({
|
||||
fallbackLng: 'en',
|
||||
debug: import.meta.env.DEV,
|
||||
supportedLngs: ['en', 'es', 'ja', 'zh','de'],
|
||||
supportedLngs: ['en', 'es', 'ja', 'zh','de', 'tr'],
|
||||
interpolation: {
|
||||
escapeValue: false, // React already escapes
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user