/t/lib/MyApp/I18N/abc_de.pm
http://github.com/gshank/html-formhandler · Perl · 11 lines · 8 code · 2 blank · 1 comment · 0 complexity · 5dca9d8d2b9579eb8375992b99ddeeee MD5 · raw file
- package MyApp::I18N::abc_de;
- use base 'HTML::FormHandler::I18N';
- # Auto define lexicon
- our %Lexicon = (
- '_AUTO' => 1,
- 'You lost, insert coin' => 'Loser! coin needed',
- 'Test field' => 'Asdf lkjh',
- );
- 1;