summaryrefslogtreecommitdiff
path: root/FS/FS/L10N/en_us.pm
blob: e8a592d78f3479e944382897db08a6a23781354c (plain)
1
2
3
4
5
6
7
package FS::L10N::en_us;
use base qw(FS::L10N);
#use strict;

our %Lexicon = ( _AUTO=>1 );

1;