Translation conventions - Mailing list pgsql-hackers

From Gregory Stark
Subject Translation conventions
Date
Msg-id 87iqle9mn7.fsf@oxford.xeocode.com
Whole thread Raw
Responses Re: Translation conventions  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
I happen to be doing this grep (the error message could perhaps use a HINT as
I couldn't figure out how to satisfy it...)

I noticed that the Croatian msgid string seems not to match the other
languages. Did this message change recently? Does this get updated only when
we reach beta and declare a string freeze?

find . -type f -print0 | xargs -0 -e grep -nH -e 'a column definition list is required for functions returning'
./parser/parse_relation.c:1159:                     errmsg("a column definition list is required for functions
returning\"record\""),
 
./po/af.po:4942:msgid "a column definition list is required for functions returning \"record\""
./po/de.po:7267:msgid "a column definition list is required for functions returning \"record\""
./po/es.po:7404:msgid "a column definition list is required for functions returning \"record\""
./po/fr.po:7752:msgid "a column definition list is required for functions returning \"record\""
./po/hr.po:4902:msgid "a column definition list is required for functions returning RECORD"


--  Gregory Stark EnterpriseDB          http://www.enterprisedb.com Ask me about EnterpriseDB's 24x7 Postgres support!


pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: Clean shutdown and warm standby
Next
From: Itagaki Takahiro
Date:
Subject: Re: Sampling Profler for Postgres