From 6c6221d0c6459d1958dd7779437db1fbf8455f2a Mon Sep 17 00:00:00 2001 From: Felix Schneider <99918022+trueberryless@users.noreply.github.com> Date: Mon, 23 Mar 2026 21:10:39 +0100 Subject: [PATCH] fix(i18n): do not delete vacation section in CI --- scripts/compare-translations.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/compare-translations.ts b/scripts/compare-translations.ts index d6ccc653be..c670995625 100644 --- a/scripts/compare-translations.ts +++ b/scripts/compare-translations.ts @@ -407,9 +407,6 @@ const run = async (): Promise => { lang: 'en', }) - // TODO: removing vacations entry key for temporal recharging page - delete referenceContent.vacations - // $schema is a JSON Schema reference, not a translation key delete referenceContent.$schema