From 345830794a4cf746dd05e5571930eb2b3914e3b1 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Thu, 7 Apr 2022 21:49:36 +0200 Subject: [PATCH] i18n: remove some workarounds for deprecated language IDs --- ci/txpull.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/ci/txpull.sh b/ci/txpull.sh index a6e4127af..0f4a2aa47 100755 --- a/ci/txpull.sh +++ b/ci/txpull.sh @@ -69,9 +69,6 @@ drop_language() { mv calamares.desktop.new calamares.desktop } -drop_language es_ES -drop_language pl_PL - # Also fix the .desktop file, which has some fields removed by Transifex. # { cat calamares.desktop.in ; grep "\\[[a-zA-Z_@]*]=" calamares.desktop ; } > calamares.desktop.new