mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-27 06:53:55 +10:00
[ADD] new languages [FIX] PDF export
This commit is contained in:
@@ -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 },
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user