From 6ef7d23168001429485b93d9856defedf97d8ad0 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Wed, 27 Dec 2023 20:50:10 +0100 Subject: [PATCH] i18n: try to avoid re-introducing weird markers --- ci/txpush.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/txpush.sh b/ci/txpush.sh index 666cddc4a..001c8984c 100755 --- a/ci/txpush.sh +++ b/ci/txpush.sh @@ -105,6 +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 ; } # Non-Transifex special-cases # # - timezone names can be translated, but that's 700+ strings I don't want