From 8a9f31aee25a4385b309575828544cb89a227318 Mon Sep 17 00:00:00 2001 From: Marco Allegretti Date: Tue, 19 May 2026 09:19:57 +0200 Subject: [PATCH] Drop po rename invariant --- tests/check-shift-theme-identity.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tests/check-shift-theme-identity.sh b/tests/check-shift-theme-identity.sh index 3e5ff476..6063d508 100644 --- a/tests/check-shift-theme-identity.sh +++ b/tests/check-shift-theme-identity.sh @@ -106,13 +106,6 @@ require_line lookandfeel/contents/logout/Logout.qml 'plasma_lookandfeel_org\.shi require_line lookandfeel/Messages.sh 'plasma_lookandfeel_org\.shift\.mobile\.pot' \ "look-and-feel Messages.sh must generate the Shift translation domain" -while IFS= read -r po_file; do - [[ "$po_file" == *'/plasma_lookandfeel_org.shift.mobile.po' ]] \ - || fail "look-and-feel translation file must use the Shift domain: $po_file" - require_line "$po_file" 'Project-Id-Version: plasma_lookandfeel_org\.shift\.mobile' \ - "$po_file header must use the Shift translation domain" -done < <(find po -path '*/plasma_lookandfeel_*.po' -print | sort) - require_line preview.sh 'PLASMA_THEME=shift-light' \ "preview light mode must select the Shift light Plasma desktop theme" require_line preview.sh 'PLASMA_THEME=shift-dark' \