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