feat(langs): Prep Spanish challenges for parsing

This commit is contained in:
Bouncey
2018-10-09 20:26:37 +01:00
committed by mrugesh mohapatra
parent be04413f4d
commit aa668ca30e
8 changed files with 2998 additions and 5467 deletions

View File

@ -6,5 +6,5 @@ exports.dasherize = function dasherize(name) {
.replace(/\:/g, '');
};
const supportedLangs = ['english'];
const supportedLangs = ['english', 'spanish'];
exports.supportedLangs = supportedLangs;