- add multiple languages

- switch from moment to dayjs
This commit is contained in:
Amruth Pillai
2020-07-21 11:07:19 +05:30
parent e4f40f04ff
commit 7aab7c74f6
28 changed files with 255 additions and 416 deletions

View File

@@ -1,13 +1,17 @@
import da from './da.json';
import de from './de.json';
import en from './en.json';
import es from './es.json';
import fi from './fi.json';
import fr from './fr.json';
import kn from './kn.json';
import nl from './nl.json';
import ptBr from './pt-br.json';
import tr from './tr.json';
import nl from './nl.json';
export default {
da: { translation: da },
de: { translation: de },
en: { translation: en },
es: { translation: es },
fi: { translation: fi },