File: en_us.pm

package info (click to toggle)
libmojolicious-plugin-i18n-perl 1.60-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 136 kB
  • sloc: perl: 472; makefile: 2
file content (6 lines) | stat: -r--r--r-- 114 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
package App::I18N::en_us;
use Mojo::Base 'App::I18N';

our %Lexicon = (_AUTO => 1, hello2 => 'Hello two US');

1;