chore(i18n,learn): update i18n-curriculum submodule (#63276)

Co-authored-by: moT01 <20648924+moT01@users.noreply.github.com>
This commit is contained in:
freeCodeCamp's Camper Bot
2025-10-30 22:27:15 +05:30
committed by GitHub
parent 3f855583b3
commit 81e7ecf22c
3 changed files with 5 additions and 22 deletions

View File

@@ -56,6 +56,9 @@ describe('Daily Coding Challenges', async () => {
);
}
// skip these for non-English for now.
if (lang !== 'english') continue;
if (jsChallenge.title !== pyChallenge.title) {
errors.push(
`Challenge title mismatch - JS: ${jsChallenge.title}, Python: ${pyChallenge.title} (id: ${jsChallenge.id})`

View File

@@ -256,27 +256,7 @@ export const notAuditedSuperBlocks: NotAuditedSuperBlocks = {
SuperBlocks.BackEndDevApisV9,
SuperBlocks.FullStackDeveloperV9
],
[Languages.Portuguese]: [
SuperBlocks.JsAlgoDataStructNew,
SuperBlocks.FullStackDeveloper,
SuperBlocks.A2English,
SuperBlocks.B1English,
SuperBlocks.A1Spanish,
SuperBlocks.A2Spanish,
SuperBlocks.A2Chinese,
SuperBlocks.A1Chinese,
SuperBlocks.PythonForEverybody,
SuperBlocks.BasicHtml,
SuperBlocks.SemanticHtml,
SuperBlocks.DevPlayground,
SuperBlocks.RespWebDesignV9,
SuperBlocks.JsV9,
SuperBlocks.FrontEndDevLibsV9,
SuperBlocks.PythonV9,
SuperBlocks.RelationalDbV9,
SuperBlocks.BackEndDevApisV9,
SuperBlocks.FullStackDeveloperV9
],
[Languages.Portuguese]: [],
[Languages.Ukrainian]: [
SuperBlocks.JsAlgoDataStructNew,
SuperBlocks.FullStackDeveloper,