mirror of
https://github.com/NovaOSS/nova-betterchat.git
synced 2024-11-25 19:13:59 +01:00
Fix translation bug
This commit is contained in:
parent
a0988dbd49
commit
2632742c13
|
@ -5,7 +5,7 @@ import Backend from 'i18next-http-backend';
|
||||||
import LanguageDetector from 'i18next-browser-languagedetector';
|
import LanguageDetector from 'i18next-browser-languagedetector';
|
||||||
|
|
||||||
export const i18nLanguages = [
|
export const i18nLanguages = [
|
||||||
'ar',
|
// 'ar',
|
||||||
'da',
|
'da',
|
||||||
'en',
|
'en',
|
||||||
'es',
|
'es',
|
||||||
|
|
Loading…
Reference in a new issue