package My::L10N::en; use base 'My::L10N'; our %Lexicon = ( 'Some [_1] text' => 'Some [_1] text', 'The [_1] is in the [_2]' => 'The [_1] is in the [_2]', );