From f356d6b442894991519830e31c0da17505197211 Mon Sep 17 00:00:00 2001 From: Tom <20648924+moT01@users.noreply.github.com> Date: Mon, 8 Sep 2025 12:47:31 -0500 Subject: [PATCH] Revert "chore: disable curriculum translation deletion (#61961)" (#62091) --- .github/workflows/crowdin-upload.curriculum.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/crowdin-upload.curriculum.yml b/.github/workflows/crowdin-upload.curriculum.yml index 7f56987fc41..73114663747 100644 --- a/.github/workflows/crowdin-upload.curriculum.yml +++ b/.github/workflows/crowdin-upload.curriculum.yml @@ -49,12 +49,11 @@ jobs: # Uncomment below to debug # dryrun_action: true - # restore once the translations have been migrated. - # - name: Remove deleted files - # uses: freecodecamp/crowdin-action@main - # env: - # PLUGIN: 'remove-deleted-files' - # FILE_PATHS: '["curriculum/challenges/english", "curriculum/dictionaries/english"]' + - name: Remove deleted files + uses: freecodecamp/crowdin-action@main + env: + PLUGIN: 'remove-deleted-files' + FILE_PATHS: '["curriculum/challenges/english", "curriculum/dictionaries/english"]' - name: Hide Non-Translated Strings uses: freecodecamp/crowdin-action@main