|
From: Dieter S. <dsi...@sq...> - 2002-01-05 18:49:01
|
The comma was not translated into an underscore when locales.pl builds
the function strings.
Add the comma in lines 93 & 94 so it reads like this
$english_sub =3D~ s/( |-|,)/_/g;
$translated_sub =3D~ s/( |-|,)/_/g;
or download 1.8.1
Dieter Simader http://www.sql-ledger.org (780) 472-8161
DWS Systems Inc. Accounting Software Fax: 478-5281
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D On a clear disk you can seek forever =3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
On Sat, 5 Jan 2002, Philip Reetz wrote:
> Hello,
>=20
> I'm having a problem. I'm using the German translations for sql-ledger.
> On a few actions (deleting an order, deleting an invoice, etc.) I get
> the following error message:
>=20
> Error!
>=20
> Edit locale/de/ap|ar|gl and add the variable (ja__eintragung_l=F6schen)=
in
> the $self{subs} section!=20
>=20
> I did that. Originally the entry reads (ja,_eintragung_l=F6schen).
> But after I run locales.pl the modifications vanish and I still have th=
e
> same error message.
>=20
> Any idea.
>=20
> Thanks.
>=20
> Bye,
> Philip
>=20
> --
> LINET Services
> Bunkus, Geisler und Reetz GbR
>=20
> Rebenring 33 Tel.: 0531-280 191 71
> 38106 Braunschweig Fax.: 0531-280 191 72
>=20
> http://www.linet-services.de
> mailto:in...@li...
>=20
>=20
|