From 46eaf6f450565fa96ae422d668c897b5a6311358 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Sun, 4 Feb 2024 23:01:38 +0100 Subject: [PATCH] CI: warn earlier about weird lupdate strings --- ci/txpush.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/txpush.sh b/ci/txpush.sh index 001c8984c..56e7e7212 100755 --- a/ci/txpush.sh +++ b/ci/txpush.sh @@ -105,7 +105,7 @@ fi # those are done separately. _srcdirs="src/calamares src/libcalamares src/libcalamaresui src/modules src/qml" $LUPDATE -no-obsolete $_srcdirs -ts lang/calamares_en.ts -grep '{1?}' lang/calamares_en.ts && { echo "lupdate has introduced weird markers." ; exit 1 ; } +grep '{1' lang/calamares_en.ts && { echo "lupdate has introduced weird markers." ; exit 1 ; } # Non-Transifex special-cases # # - timezone names can be translated, but that's 700+ strings I don't want