Revision ccf5652b
Von Moritz Bunkus vor etwa 18 Jahren hinzugefügt
SL/AM.pm | ||
---|---|---|
my $units = $self->retrieve_units(\%main::myconfig, $form);
|
||
|
||
my $h = $units->{$unit}->{"LANGUAGES"}->{$template_code};
|
||
$main::lxdebug->dump(0, "klaus", $h);
|
||
my $new_unit = $unit;
|
||
if ($h) {
|
||
if (($amount != 1) && $h->{"localized_plural"}) {
|
Auch abrufbar als: Unified diff
Debugcode entfernt.