fix: change variables to match exported names

pull/39584/head
Randell Dawson 2020-09-17 13:53:59 -07:00 committed by Mrugesh Mohapatra
parent 5eb33e36e1
commit 2cae697f65
1 changed files with 4 additions and 1 deletions

View File

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