From acb91a39e9c57f3d76e96552af703035b6193be9 Mon Sep 17 00:00:00 2001 From: vanadiae Date: Wed, 16 Jun 2021 18:19:37 +0200 Subject: [PATCH] buildui: Enhance translators comment with CAPS It seems like quite a few language teams have translated wrongly the 'true' homogeonous value, although there clearly is a warning saying it shouldn't be localized to the target language. Just run grep '^msgid "true"' -A 1 * --no-filename --no-group-separator | sort | uniq | grep -vE '(false|true)' in the po/ directory will show you that 11 language currently have a broken button layout in the popover (well, not really broken but it won't have an appropriatate sizing). I doubt it will change much to it, but I changed the true to True so it invalidates the translation and hopefully they'll see the big caps translator comment. :) --- src/plugins/buildui/gbp-buildui-omni-bar-section.ui | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/buildui/gbp-buildui-omni-bar-section.ui b/src/plugins/buildui/gbp-buildui-omni-bar-section.ui index 2c15f3fe8..a920c75f8 100644 --- a/src/plugins/buildui/gbp-buildui-omni-bar-section.ui +++ b/src/plugins/buildui/gbp-buildui-omni-bar-section.ui @@ -481,8 +481,8 @@ 24 24 6 - - true + + True Build -- GitLab