Enable Spanish (#913)

This commit is contained in:
Sojan Jose
2020-06-02 23:43:03 +05:30
committed by GitHub
parent f78df91dd2
commit 93d8a25877
38 changed files with 395 additions and 32 deletions

View File

@@ -3,6 +3,7 @@ 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';
@@ -15,6 +16,7 @@ export default {
de,
el,
en,
es,
fr,
ml,
nl,