Re: Translation of titles only of news items

1999-07-01 Thread James A. Treacy
On Wed, Jun 30, 1999 at 11:45:26PM +0200, peter karlsson wrote: > > All you need to do is to create the file foo.title instead of foo.wml > > and the script that creates the index of news items will look in > > there for the title and date. > > Looked in the Makefile, and for the index to depend o

Re: Translation of titles only of news items

1999-06-30 Thread peter karlsson
> All you need to do is to create the file foo.title instead of foo.wml > and the script that creates the index of news items will look in > there for the title and date. Looked in the Makefile, and for the index to depend on this, one need to add $(wildcard *title) to dependencies, along with the

Re: Translation of titles only of news items

1999-06-30 Thread James A. Treacy
On Sat, Jun 26, 1999 at 12:47:12AM +0200, peter karlsson wrote: > I was just browsing through the debian-www archives (November 1998), I found > a proposal about being able to translate just the news titles and dates > while waiting to translate the text body. > > However, I didn't find a resoluti

Re: Translation of titles only of news items

1999-06-29 Thread James A. Treacy
On Sat, Jun 26, 1999 at 12:47:12AM +0200, peter karlsson wrote: > I was just browsing through the debian-www archives (November 1998), I found > a proposal about being able to translate just the news titles and dates > while waiting to translate the text body. > > However, I didn't find a resoluti

Translation of titles only of news items

1999-06-25 Thread peter karlsson
I was just browsing through the debian-www archives (November 1998), I found a proposal about being able to translate just the news titles and dates while waiting to translate the text body. However, I didn't find a resolution on how to actually do this, but it seems in the Perl code like its impl