From 1d1119545ac92f60b5f8c176063c9261d1904f86 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Sat, 24 Feb 2024 20:31:19 +0100 Subject: stattrans: Add priority comments to the various sections Mark news/consultants/users as low priority and i18n as very low priority, to give translator a better hint on what to spend their time on. --- stattrans.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stattrans.pl b/stattrans.pl index 6b9551d661b..e6a96db37eb 100755 --- a/stattrans.pl +++ b/stattrans.pl @@ -654,19 +654,19 @@ foreach $lang (@search_in) { print HTML "\n"; } if ($un_body) { - print HTML 'News items not translated'."\n"; + print HTML 'News items not translated (low priority)'."\n"; print HTML 'Untranslated news items">'."\n"; print HTML $un_body; print HTML "
\n"; } if ($uu_body) { - print HTML 'Consultant/user pages not translated'."\n"; + print HTML 'Consultant/user pages not translated (low priority)'."\n"; print HTML 'Untranslated consultant/user pages">'."\n"; print HTML $uu_body; print HTML "
\n"; } if ($ui_body) { - print HTML 'International pages not translated'."\n"; + print HTML 'International pages not translated (very low priority)'."\n"; print HTML 'Untranslated international pages">'."\n"; print HTML $ui_body; print HTML "
\n"; -- cgit v1.2.3