From 39cd45ae2c04a72424495f5da5eea9a550f8f549 Mon Sep 17 00:00:00 2001 From: Oliver Eyton-Williams Date: Mon, 29 Jul 2024 17:06:49 +0200 Subject: [PATCH] fix: make challenge auditor use new i18n dir (#55685) --- tools/challenge-auditor/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/challenge-auditor/index.ts b/tools/challenge-auditor/index.ts index c12f6de0202..8faa54f356a 100644 --- a/tools/challenge-auditor/index.ts +++ b/tools/challenge-auditor/index.ts @@ -127,6 +127,8 @@ void (async () => { const langCurriculumDirectory = join( process.cwd(), 'curriculum', + 'i18n-curriculum', + 'curriculum', 'challenges', lang );