refactor: expand audited certification error message (#46504)

* refactor: expand audited certification error msg

* refactor: even clearerer

Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>

Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
This commit is contained in:
Oliver Eyton-Williams
2022-06-15 19:49:35 +02:00
committed by GitHub
parent 30ebb06ced
commit 7fc4367abd

View File

@@ -300,7 +300,10 @@ ${getFullPath('english', filePath)}
if (missingAuditedChallenge)
throw Error(`Missing ${lang} audited challenge for
${filePath}
No audited challenges should fallback to English.
Explanation:
Challenges that have been already audited cannot fall back to their English versions. If you are seeing this, please update, and approve these Challenges on Crowdin first, followed by downloading them to the main branch using the GitHub workflows.
`);
}