Revision 240ae2f5
Von Sven Schöling vor fast 15 Jahren hinzugefügt
SL/Template/Plugin/LxERP.pm | ||
---|---|---|
}
|
||
|
||
sub t8 {
|
||
my ($self, $text, $args) = @_;
|
||
my ($self, $text, @args) = @_;
|
||
$self->{locale} ||= Locale->new($::myconfig{countrycode}, 'all');
|
||
return $self->{locale}->text($text, @args) || $text;
|
||
}
|
Auch abrufbar als: Unified diff
Merge Fehler