Chatwoot/app/javascript/widget/i18n/index.js
Ali Ghanavatian 24101eb117
Feature: Add persian translation (#1017)
Co-authored-by: Pranav Raj S <pranav@thoughtwoot.com>
2020-07-10 21:08:59 +05:30

27 lines
702 B
JavaScript

import { default as ar } from './locale/ar.json';
import { default as ca } from './locale/ca.json';
import { default as de } from './locale/de.json';
import { default as el } from './locale/el.json';
import { default as en } from './locale/en.json';
import { default as es } from './locale/es.json';
import { default as fr } from './locale/fr.json';
import { default as ml } from './locale/ml.json';
import { default as nl } from './locale/nl.json';
import { default as pt } from './locale/pt.json';
import { default as pt_BR } from './locale/pt_BR.json';
import { default as fa } from './locale/fa.json';
export default {
ar,
ca,
de,
el,
en,
es,
fr,
ml,
nl,
pt,
pt_BR,
fa,
};