Re: [fpc-pascal] localization helper tools

2004-11-24 Thread Marc Santhoff
Am Mi, den 24.11.2004 schrieb Michael Van Canneyt um 10:54: > On Wed, 24 Nov 2004, Marc Santhoff wrote: > > > Hi, > > > > since I'm stepping into translating strings in my program to foreign > > languages and have had a look at the "gettext" resourcestring stuff, I'd > > like to know: > > > > Are

Re: [fpc-pascal] localization helper tools

2004-11-24 Thread Michael Van Canneyt
On Wed, 24 Nov 2004, Marc Santhoff wrote: > Hi, > > since I'm stepping into translating strings in my program to foreign > languages and have had a look at the "gettext" resourcestring stuff, I'd > like to know: > > Are there any tools that help in synchronizing the "resourcestring"s in > the so

[fpc-pascal] localization helper tools

2004-11-24 Thread Marc Santhoff
Hi, since I'm stepping into translating strings in my program to foreign languages and have had a look at the "gettext" resourcestring stuff, I'd like to know: Are there any tools that help in synchronizing the "resourcestring"s in the source code with the .po files? TIA, Marc ___