[ADD] new languages [FIX] PDF export

This commit is contained in:
Amruth Pillai
2020-10-10 12:07:29 +05:30
parent 54b3b649b8
commit c704f8029b
8 changed files with 64 additions and 277 deletions

View File

@@ -5,29 +5,39 @@ import en from './en.json';
import es from './es.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 nb from './nb.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 zh from './zh.json';
export default {
ar: { translation: ar },
zh: { translation: zh },
da: { translation: da },
de: { translation: de },
en: { translation: en },
es: { translation: es },
fi: { translation: fi },
fr: { translation: fr },
hi: { translation: hi },
it: { translation: it },
ja: { translation: ja },
kn: { translation: kn },
nb: { translation: nb },
nl: { translation: nl },
nb: { translation: nb },
pl: { translation: pl },
ptBr: { translation: ptBr },
ptPt: { translation: ptPt },
ru: { translation: ru },
sv: { translation: sv },
tr: { translation: tr },
zh: { translation: zh },
};