Ref lang is fr :-)

This commit is contained in:
Daniel Berteaud 2015-07-17 18:23:34 +02:00
parent aece401738
commit e64f824485
1 changed files with 1 additions and 1 deletions

View File

@ -1612,7 +1612,7 @@ get '/localize/:lang' => { lang => 'en' } => sub {
my $strings = {};
my $l = $self->languages;
$self->languages($self->stash('lang'));
foreach my $string (keys %Vroom::I18N::en::Lexicon){
foreach my $string (keys %Vroom::I18N::fr::Lexicon){
$strings->{$string} = $self->l($string);
}
$self->languages($l);