projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a28a585
)
Locale - richtigen Filehandle für Menüübersetzungen benutzen
author
G. Richardson
<information@kivitendo-premium.de>
Fri, 31 Jul 2015 08:00:31 +0000
(10:00 +0200)
committer
G. Richardson
<information@kivitendo-premium.de>
Fri, 31 Jul 2015 08:00:31 +0000
(10:00 +0200)
SL/Locale.pm
patch
|
blob
|
history
diff --git
a/SL/Locale.pm
b/SL/Locale.pm
index
4198a33
..
25e8043
100644
(file)
--- a/
SL/Locale.pm
+++ b/
SL/Locale.pm
@@
-95,7
+95,7
@@
sub _init {
for my $file (@files) {
if (open my $in, "<", "locale/$country/more/$file") {
local $/ = undef;
- my $code = <$
file
>;
+ my $code = <$
in
>;
eval($code);
close($in);
$self->{texts}{$_} = $self->{more_texts}{$_} for keys %{ $self->{more_texts} };