Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision c7edb248

Von Sven Schöling vor mehr als 14 Jahren hinzugefügt

  • ID c7edb24800396748f2bf1e40ff05f90a18d31b02
  • Vorgänger 881cc205
  • Nachfolger ea4a7211

Nur ein globales Locale-Objekt anlegen

Außerdem alle lokalen Locale-Objekte entfernt. Ist so noch nicht funktionabel.

Conflicts:

SL/Template/Plugin/T8.pm
scripts/console
scripts/rose_auto_create_model.pl
scripts/sync_with_sugarcrm.pl

Unterschiede anzeigen:

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