Re: New NLS status page

From: "Serguei Mokhov" <sa_mokho(at)alcor(dot)concordia(dot)ca>
To: "Peter Eisentraut" <peter_e(at)gmx(dot)net>, "PostgreSQL Development" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: New NLS status page
Date: 2001-12-08 19:27:59
Message-ID: 009f01c1801e$77457760$5dd9fea9@gunn
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

----- Original Message -----
From: Peter Eisentraut <peter_e(at)gmx(dot)net>
Sent: Friday, December 07, 2001 7:05 AM

> I've updated the National Language Support status page, at
>
> http://www.ca.postgresql.org/~petere/nls.php

That's very cool!

However the status table format isn't the best one.
It'll keep growing sidewise with every new language
added and will force to scroll horizontally the browser's
window. Plus, the older stats you used to have of
how many messages translated, fuzzy translations, and
untranslated I also find useful.

May I suggest the following table format:

-----------------------------------------------------------------------------
| Lang/Component| libpg | pg_dump | postgres | pgsql | Lang Total |
+---------------+-------+---------+---------------+------------+-------------
+ cs + 0 + 0 + 0 + 89% + 1 (89) |
+ + + + + t99\f5\u25 | |
+---------------+-------+---------+---------------+------------+------------+
+ de + 100 + 100 + 20 + 100 + 4 (80) |
+ + + + t15\f25\u2000 + + |
.....
+ 7 langs + 4(100)+ ........
+---------------+-------+---------+---------------+------------+------------+

(Sorry for being such an @n(at)l :))

--
Serguei A. Mokhov

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Meskes 2001-12-08 20:42:24 Bug in ecpg that has to be fixed prior 7.2
Previous Message Thomas Lockhart 2001-12-08 15:59:52 Re: text -> time cast problem