import ar from './ar.json'; import da from './da.json'; import de from './de.json'; import en from './en.json'; import es from './es.json'; import fa from './fa.json'; import fi from './fi.json'; import fr from './fr.json'; import hi from './hi.json'; import it from './it.json'; import ja from './ja.json'; import kn from './kn.json'; import nl from './nl.json'; import nb from './nb.json'; import pl from './pl.json'; import ptBr from './pt-br.json'; import ptPt from './pt-pt.json'; import ru from './ru.json'; import sv from './sv.json'; import tr from './tr.json'; import uk from './uk.json'; import zh from './zh.json'; export default { ar: { translation: ar }, da: { translation: da }, de: { translation: de }, en: { translation: en }, es: { translation: es }, fa: { translation: fa }, fi: { translation: fi }, fr: { translation: fr }, hi: { translation: hi }, it: { translation: it }, ja: { translation: ja }, kn: { translation: kn }, nl: { translation: nl }, nb: { translation: nb }, pl: { translation: pl }, ptBr: { translation: ptBr }, ptPt: { translation: ptPt }, ru: { translation: ru }, sv: { translation: sv }, tr: { translation: tr }, uk: { translation: uk }, zh: { translation: zh }, };