Perl x Open Food Facts Hackathon: Paris, France - May 24-25 Learn more
123456789101112 package HTMLFormFu::I18N::en;use strict;use warnings;use base qw( HTMLFormFu::I18N );our %Lexicon = ( label_foo => 'Foo', label_bar => 'Bar',);1;
package
HTMLFormFu::I18N::en;
use
strict;
warnings;
base
qw( HTMLFormFu::I18N )
;
our
%Lexicon
= (
label_foo
=>
'Foo'
,
label_bar
'Bar'
);
1;