[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#511925: www.debian.org: Error generating international/l10n/po-debconf/de



Hi Helge,

On Thu, Jan 15, 2009 at 06:17:09PM +0100, Helge Kreutzmann wrote:
> Package: www.debian.org
> Severity: normal
> X-Debbugs-CC: Nicolas François <nekral.lists@gmail.com>
> 
> If you look at http://www.debian.org/international/l10n/po-debconf/de
> and search for "rtpg", you see
> a) The line has no colored background
> b) The score is formated oddly (no semicolons and no u, i.e. (0t0f3)
> instead of the expected (0t;0f;3u))

Here is a patch for this second issue.
(Note: I have no commit access on the web site, can anybody commit this
patch?)

For the first issue, I don't really know what color should be used.
The "white" color is currently used for files which are not translated.


Helge, do you think the Status should have an higher priority than Score
for the choice of the color? (i.e. set the line to green if the Status is
bts, whatever the current Score, and find other colors for the other
status)
(http://www.debian.org/international/l10n/po-debconf/sv has more bts files
with Score set to 0%)

Or do you have a proposed color to be used for 0% Scores?

Best Regards,
-- 
Nekral
Index: scripts/gen-files.pl
===================================================================
RCS file: /cvs/webwml/webwml/english/international/l10n/scripts/gen-files.pl,v
retrieving revision 1.66
diff -u -r1.66 gen-files.pl
--- scripts/gen-files.pl	31 Oct 2008 20:34:22 -0000	1.66
+++ scripts/gen-files.pl	15 Jan 2009 17:55:38 -0000
@@ -863,7 +863,7 @@
 			      }
 			   }
 			   if (length $add) {
-			      $str = "<td>$str</td><td>0\% (0t0f$curtotal)</td><td></td><td></td>".$add;
+			      $str = "<td>$str</td><td>0\% (0t;0f;".$curtotal."u)</td><td></td><td></td>".$add;
 			   }
 			}
 			if (length $add) {

Reply to: