mirror of https://github.com/embarklabs/embark.git
add spanish locale
This commit is contained in:
parent
951246da70
commit
6cf6bcfff5
|
@ -2,7 +2,7 @@ const i18n = require('i18n');
|
|||
const osLocale = require('os-locale');
|
||||
const path = require('path');
|
||||
|
||||
const supported_languages = ['en', 'pt', 'fr'];
|
||||
const supported_languages = ['en', 'pt', 'fr', 'es'];
|
||||
|
||||
i18n.configure({
|
||||
locales: supported_languages,
|
||||
|
|
Loading…
Reference in New Issue