feat(langs): Prep Spanish challenges for parsing
This commit is contained in:
committed by
mrugesh mohapatra
parent
be04413f4d
commit
aa668ca30e
@ -6,5 +6,5 @@ exports.dasherize = function dasherize(name) {
|
||||
.replace(/\:/g, '');
|
||||
};
|
||||
|
||||
const supportedLangs = ['english'];
|
||||
const supportedLangs = ['english', 'spanish'];
|
||||
exports.supportedLangs = supportedLangs;
|
||||
|
Reference in New Issue
Block a user