Hi all,

I would like to write an app that takes all Forms and Datamodules of a
Lazarus Project.
I played arround with gnu gettext and the supported features in Lazarus.
Everything is very fine but i would like to have a more useful and
flexible solution. 

This app should generate a file with all Components that have
TranslateStrings-Properties in it, which then can be translated by the
translators. 

But therefore need access to all Forms in the current opened Laz-Project
inside the IDE. How can i lolve this Problem.

Has someone any tips i could do that ?
Are some Prople interested in having such a translation tool inside
Lazarus ?

I could generate the file by runtime too, if the translation-file isnt
existend, but i would like to have it as a seperate tool inside the IDE
of Lazarus.
Or is it better to make a component with a component editor to do it ?
There i have the next problem. I know how to create Components but i
don't know how to create a component-editor...

What is the best format to store the Translation File. I don't know if i
should use XML. Maybe it's senseful to make it transform to a po file to
make it possible to edit by poEdit or similar applications.

Should i use one file per Language or is it better to have one big file
for all languages.

Sorry... so many words to read...

thx in advance for all your tipps

Tanila

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to