Return to lonlocal.pm CVS log | Up to [LON-CAPA] / loncom / localize |
version 1.64, 2012/10/25 13:47:31 | version 1.65, 2014/12/11 01:47:25 |
---|---|
Line 325 sub current_locale { | Line 325 sub current_locale { |
sub texthash { | sub texthash { |
my %hash=@_; | my %hash=@_; |
foreach (keys %hash) { | foreach (keys(%hash)) { |
$hash{$_}=&mt($hash{$_}); | $hash{$_}=&mt($hash{$_}); |
} | } |
return %hash; | return %hash; |