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

@@ -2,6 +2,7 @@ import ca from './locale/ca';
import de from './locale/de';
import el from './locale/el';
import en from './locale/en';
import es from './locale/es';
import fr from './locale/fr';
import nl from './locale/nl';
import ml from './locale/ml';
@@ -14,6 +15,7 @@ export default {
de,
el,
en,
es,
fr,
nl,
ml,