View Single Post

   
  #1 (permalink)  
Old 05-05-2008, 05:52 AM
Peter Eisentraut
 
Posts: n/a
Default Re: ecpg localization

Am Samstag, 26. April 2008 schrieb Euler Taveira de Oliveira:
> One of the few parts of the core that is not localized is the ecpg.
> Attached is a patch that builds the basic infrastructure to make it
> possible. Besides that I worked on some strings to make them conform
> with [1] but I didn't do for all of them.
> When I was doing the clean up I realized that an overhaul of ecpg_log,
> ecpg_raise, mmerror and base_yyerror functions is necessary. I'll give
> it a try later.


Looks good for a start, but what is missing in this patch is that mmerror and
the other functions actually call gettext. So currently this patch doesn't
achieve a lot.

I suggest you keep working on this, and we will reconsider a more complete
patch at a later date.

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply With Quote