diff options
Diffstat (limited to 'app/i18n/index.js')
-rw-r--r-- | app/i18n/index.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/i18n/index.js b/app/i18n/index.js index 4f08390..5aa4d6f 100644 --- a/app/i18n/index.js +++ b/app/i18n/index.js @@ -3,7 +3,9 @@ import { initReactI18next } from 'react-i18next'; import moment from 'moment'; const languages = { - en: { translation: require('./lang/en.json') } + de: { translation: require('./lang/de.json') }, + en: { translation: require('./lang/en.json') }, + it: { translation: require('./lang/it.json') } }; const detectedLocale = window.jitsiNodeAPI.getLocale(); |