make en default lang

This commit is contained in:
nikk gitanes
2021-06-06 20:37:21 +03:00
parent 4fdc6ddc5b
commit 04b2aca9b0

View File

@@ -8,7 +8,7 @@ import './index.css'
import App from './App'
i18n.use(LanguageDetector).init({
lng: 'ru', // default
lng: 'en', // default
fallbackLng: 'en', // use en if detected lng is not available
keySeparator: false, // we do not use keys in form messages.welcome
interpolation: {