Skip to content
4 changes: 3 additions & 1 deletion app/i18n/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import ptPT from './locales/pt-PT';
import esES from './locales/es-ES';
import it from './locales/it';
import ja from './locales/ja';
import ar from './locales/ar';

i18n.translations = {
en,
Expand All @@ -25,7 +26,8 @@ i18n.translations = {
'es-ES': esES,
nl,
it,
ja
ja,
ar
};
i18n.fallbacks = true;

Expand Down
Loading