fix(learn): add a comments dictionary

This commit is contained in:
Randell Dawson
2020-09-15 13:56:58 -07:00
committed by Mrugesh Mohapatra
parent fa2d5c687c
commit 5eb33e36e1
4 changed files with 502 additions and 30 deletions

View File

@ -10,7 +10,7 @@ const {
translateCommentsInChallenge
} = require('../tools/challenge-md-parser/translation-parser/translation-parser');
/* eslint-enable max-len*/
const { COMMENT_TRANSLATIONS } = require('./comment-dictionary');
const { COMMENT_TRANSLATIONS } = require('./dictionaries/english/comments');
const { isAuditedCert } = require('../utils/is-audited');
const { dasherize, nameify } = require('../utils/slugs');