Fix i18n config for use : character

This commit is contained in:
hoangrio
2018-10-25 23:02:04 +07:00
parent 1d12e35dac
commit bfb7a252ad
2 changed files with 17 additions and 31 deletions

View File

@@ -13,12 +13,12 @@ i18n
},
fallbackLng: 'en',
keySeparator: false, // we use content as keys
nsSeparator: false, // Fix character in content
interpolation: {
escapeValue: false, // not needed for react!!
},
react: {
wait: true,
nsMode: 'fallback',
},
});