Issue #557: Include gnugettext.pas from https://dxgettext.svn.sourceforge.net/svnroot/dxgettext/trunk/dxgettext/sample/ . And add basic code to all FormCreate events to translate their components in the future.

This commit is contained in:
Ansgar Becker
2012-11-10 14:28:44 +00:00
parent 5507fb720c
commit ca1d94c87b
32 changed files with 3447 additions and 31 deletions

View File

@ -39,7 +39,8 @@ uses
loginform in '..\..\source\loginform.pas' {frmLogin},
Cromis.DirectoryWatch in '..\..\source\Cromis.DirectoryWatch.pas',
exportgrid in '..\..\source\exportgrid.pas' {frmExportGrid},
syncdb in '..\..\source\syncdb.pas' {frmSyncDB};
syncdb in '..\..\source\syncdb.pas' {frmSyncDB},
gnugettext in '..\..\source\gnugettext.pas';
{$R ..\..\res\icon.RES}
{$R ..\..\res\version.RES}