Skip to content
Snippets Groups Projects
Commit b42d1a12 authored by Jack Reed's avatar Jack Reed Committed by Chris Beer
Browse files

Enable Arabic to be selected

parent 987d9463
No related branches found
No related tags found
No related merge requests found
......@@ -203,6 +203,7 @@ export default {
},
language: 'en', // The default language set in the application
availableLanguages: { // All the languages available in the language switcher
ar: 'العربية',
de: 'Deutsch',
en: 'English',
fr: 'Français',
......
import i18n from 'i18next';
import { initReactI18next } from 'react-i18next';
import ar from './locales/ar/translation.json';
import de from './locales/de/translation.json';
import en from './locales/en/translation.json';
import zhCn from './locales/zhCn/translation.json';
......@@ -13,6 +14,7 @@ import it from './locales/it/translation.json';
export default () => {
// Load translations for each language
const resources = {
ar,
de,
en,
fr,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment