Revision 4bb9bf41
Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt
scripts/task_server.pl | ||
---|---|---|
76 | 76 |
} |
77 | 77 |
|
78 | 78 |
sub per_job_initialization { |
79 |
$::locale = Locale->new($::lx_office_conf{system}->{language}); |
|
79 |
$::locale = Locale->new($::myconfig{countrycode} || $::lx_office_conf{system}->{language});
|
|
80 | 80 |
$::form = Form->new; |
81 | 81 |
$::instance_conf = SL::InstanceConfiguration->new; |
82 | 82 |
$::request = SL::Request->new( |
Auch abrufbar als: Unified diff
task_server: pro Job mit Sprache vom konfiguriert initialisieren
…und die Systemsprache nur als Fallback nutzen.
Hat in der Praxis vermutlich keinerlei Auswirkung, ist aber die
Implementation, wie sie sein sollte.