Update readme and translations

This commit is contained in:
Ildar Kamalov
2018-11-21 11:43:55 +03:00
parent 1ae6af44d1
commit 0530f5dff2
5 changed files with 26 additions and 22 deletions

View File

@@ -7,21 +7,6 @@ import vi from './__locales/vi.json';
import en from './__locales/en.json';
import ru from './__locales/ru.json';
export const languages = [
{
key: 'en',
name: 'English',
},
{
key: 'vi',
name: 'Tiếng Việt',
},
{
key: 'ru',
name: 'Русский',
},
];
i18n
.use(langDetect)
.use(initReactI18n)