Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: Patch to make some strings available to translations


  • From: Magnus Hagander <magnus(at)hagander(dot)net>
  • To: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
  • Cc: Alvaro Herrera <alvherre(at)commandprompt(dot)com>, PostgreSQL www <pgsql-www(at)postgresql(dot)org>
  • Subject: Re: Patch to make some strings available to translations
  • Date: Thu, 27 Mar 2008 11:43:24 +0100
  • Message-id: <20080327114324(dot)71ed6bd5(at)mha-laptop>

Guillaume Lelarge wrote:
> Magnus Hagander a écrit :
> > On Sat, 22 Mar 2008 22:52:17 +0100
> > Guillaume Lelarge <guillaume(at)lelarge(dot)info> wrote:
> > 
> >> Alvaro Herrera a écrit :
> >>> Guillaume Lelarge wrote:
> >>>
> >>>>> I guess I was wrong. You'll find a patch attached that
> >>>>> implements a func_image function via a call to
> >>>>> setCallbackFunction.
> >>>>>
> >>>>> I can also send a complete patch (the previous one which adds  
> >>>>> translation to some texts, and this patch).
> >>> Suggestion: check if the image exists in the translated version,
> >>> serve the english version if not.  That way you only need to
> >>> produce alternate images for those that need translation.
> >>>
> >> Damn, forgot about this one. You're right. Patch version 2
> >> attached.
> > 
> > Applied, thanks.
> > 
> 
> Thanks a lot.
> 
> > Can you please re-send the patch with the other translation stuff?
> > I've managed to mess up the different versions of it so I'm no
> > longer sure I'm working off the correct one :-(
> > 
> 
> Here it is. Thanks for looking at it.
> 
> 
> -- 
> Guillaume.
>   http://www.postgresqlfr.org
>   http://dalibo.com


This patch no longer applies :-(

The change to pgpage.php was in your other patch.

There's a whole bunch of conflicts in index.html.

Also, the page as generated does not come out as XHTML valid. This is
because you changed it to use ' instead of " for some attributes, and
when there is ' in the text (The world's most advanced...), the HTML is
broken. I'd really like a way to keep the "s on the tags instead of ',
so please see if you can find some way for that :-)

//Magnus



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group