gettext, plural form and translation

From: Sergey Burladyan <eshkinkot(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: gettext, plural form and translation
Date: 2009-03-18 09:21:03
Message-ID: 87y6v3gpa8.fsf@seb.progtech.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi, all.

gnu gettext have support for correct plural form translation
(http://www.gnu.org/software/gettext/manual/html_node/Plural-forms.html),
but postgresql does not use it. why not ?
maybe it have some problem in some supported OS ? if not, can it implemented ?
maybe someone already doing this ?

ps: i try to translate psql message "(1 row)/(3 rows)" but can't do this
correctly without plural form support.

need some work with source for implement it and xgettext params used for
extract messages for http://babel.postgresql.org/

Thanks for comments !

--
Sergey Burladyan

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2009-03-18 09:24:21 Path separator
Previous Message Heikki Linnakangas 2009-03-18 08:47:09 Re: log : bad file dscriptor????