add spanish locale

This commit is contained in:
Iuri Matias 2018-08-14 16:37:16 -04:00
parent 951246da70
commit 6cf6bcfff5
1 changed files with 1 additions and 1 deletions

View File

@ -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,