fix(learn): add a comments dictionary
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
fa2d5c687c
commit
5eb33e36e1
@ -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');
|
||||
|
Reference in New Issue
Block a user