- add arabic language

This commit is contained in:
Amruth Pillai
2020-07-31 12:36:43 +05:30
parent 0b6345ff16
commit 714d37deca
3 changed files with 7 additions and 0 deletions

View File

@ -3,6 +3,10 @@ import { initReactI18next } from 'react-i18next';
import resources from './locales';
const languages = [
{
code: 'ar',
name: 'Arabic (عربى)',
},
{
code: 'da',
name: 'Danish (Dansk)',

View File

@ -1,3 +1,4 @@
import ar from './ar.json';
import da from './da.json';
import de from './de.json';
import en from './en.json';
@ -11,6 +12,7 @@ import ptBr from './pt-br.json';
import tr from './tr.json';
export default {
ar: { translation: ar },
da: { translation: da },
de: { translation: de },
en: { translation: en },