i18n: remove some workarounds for deprecated language IDs

This commit is contained in:
Adriaan de Groot 2022-04-07 21:49:36 +02:00
parent c70deed13a
commit 345830794a

View File

@ -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