Hi
In den
JEDI gibt es doch auch noch ein GnuGetText?
Das ist ja ein Teil meines Problems. Es gibt zu viele GnuGettexte.
Im
JEDI habe ich
https://sourceforge.net/p/dxgettext/...gnugettext.pas gefunden.
Das ist genau das was auch im
SVN https://svn.code.sf.net/p/dxgettext/...gnugettext.pas
steht.
Dann habe ich vor längerem schon mal was bei
JEDI gefunden was aber stark von den anderen beiden abweicht.
Hat auch einen eigenen Text im Header von wegen Anpassungen und Namensänderung die
JEDI gemacht hat.
Delphi-Quellcode:
{*------------------------------------------------------------------------------
GNU gettext translation system for Delphi, Kylix, C++ Builder and others.
All parts of the translation system are kept in this unit.
@author Lars B. Dybdahl and others
@version $LastChangedRevision$
@see http://dybdahl.dk/dxgettext/
-------------------------------------------------------------------------------}
unit JvGnugettext;
(**************************************************************)
(* *)
(* (C) Copyright by Lars B. Dybdahl and others *)
(* E-mail: Lars@dybdahl.dk, phone +45 70201241 *)
(* *)
(* Contributors: Peter Thornqvist, Troy Wolbrink, *)
(* Frank Andreas de Groot, Igor Siticov, *)
(* Jacques Garcia Vazquez, Igor Gitman, *)
(* Arvid Winkelsdorf, Andreas Hausladen, *)
(* Olivier Sannier *)
(* *)
(* See http://dybdahl.dk/dxgettext/ for more information *)
(* *)
(**************************************************************)
{*------------------------------------------------------------------------------
NOTE ON JVCL INTEGRATION:
The original file name is "gnugexttext.pas" but has been renamed to
JvGnugettext.pas so as to not conflict with other packages that might
use the gnugettext.pas file directly
In order to ease the synchronization with the public version of
gnugettext.pas the style guide for the JVCL is not enforced here.
------------------------------------------------------------------------------*}
Die Version finde ich aber garnicht mehr.
Ich blick halt in der
JEDI / git - Umgebung auch nicht so richtig durch.
Vieleicht weis der Thomas Müller ja noch was dazu, der committed da öfters was.
Ich verwende jetzt die Version aus dem
SVN-Link.
Ciao Charly