On 21/02/2008, Alex du Plessis <[EMAIL PROTECTED]> wrote: > Hello list > > I have an application which implements resource sections. When I > compile, only the main file .po file is created and not a .po file for > the unit in which the resourcestring section resides.
Compiling a project that uses the resourcestring section doesn't create .po files. It creates *.rst files. You first need to run a conversion tool to get it into a .po file format. eg: rstconv -i uitext.rst -o languages/uitext.po Regards, - Graeme - _______________________________________________ fpGUI - a cross-platform Free Pascal GUI toolkit http://opensoft.homeip.net/fpgui/ _______________________________________________ Lazarus mailing list [email protected] http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
