Revision 87b0de4c
Von Moritz Bunkus vor etwa 12 Jahren hinzugefügt
SL/Locale.pm | ||
---|---|---|
214 | 214 |
my $self = shift; |
215 | 215 |
my $text = shift; |
216 | 216 |
|
217 |
return $text->translated if (ref($text) || '') eq 'SL::Locale::String'; |
|
218 |
|
|
217 | 219 |
if ($self->{texts}->{$text}) { |
218 | 220 |
$text = $self->{iconv}->convert($self->{texts}->{$text}); |
219 | 221 |
} else { |
Auch abrufbar als: Unified diff
SL::Locale::String-Klasse für verzögerte Übersetzung hinzugefügt