DxGetText
From Lazarus-ccr
Contents |
[edit] About
Lazarus dxGetText is a conversion of the dxGetText project (http://dybdahl.dk/dxgettext/ ). From the dxGetTest website: "Initially, this project used a Windows port of the GNU gettext library, but has made it much further and today it is a complete reimplementation of the GNU gettext library with many enhancements".
With this lib you can create an localizable application with a minimum of work. You do not need to extract all your strings and to transform them into ResourceString.
You use syntax _('message') and the tool for extract... a few moment later, you have a po file containing all the strings including those of the properties of the objects.
For more informations, see the help http://dybdahl.dk/dxgettext/docs/online/
[edit] Conversion by
[edit] License
http://dybdahl.dk/dxgettext/license/
[edit] Download
The latest stable release can be found on the Lazarus CCR Files page.
[edit] Change Log
Getting the latest source from CVS
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/lazarus-ccr login cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/lazarus-ccr co dxgettext
[edit] Dependencies / System Requirements
- FPC 1.9.x minimum
[edit] Installation
This page has been imported from the epikwiki version.
