Revision c7edb248
Von Sven Schöling vor mehr als 14 Jahren hinzugefügt
SL/Template/Plugin/LxERP.pm | ||
---|---|---|
110 | 110 |
|
111 | 111 |
sub t8 { |
112 | 112 |
my ($self, $text, @args) = @_; |
113 |
$self->{locale} ||= Locale->new($::myconfig{countrycode}, 'all'); |
|
114 |
return $self->{locale}->text($text, @args) || $text; |
|
113 |
return $::locale->text($text, @args) || $text; |
|
115 | 114 |
} |
116 | 115 |
|
117 | 116 |
1; |
Auch abrufbar als: Unified diff
Nur ein globales Locale-Objekt anlegen
Außerdem alle lokalen Locale-Objekte entfernt. Ist so noch nicht funktionabel.
Conflicts: