root/trunk/StyleCatcher/plugins/StyleCatcher/lib/StyleCatcher/L10N/en_us.pm @ 28

Revision 28, 124 bytes (checked in by jallen, 3 years ago)

Updating StyleCatcher? with latest dev code

Line 
1package StyleCatcher::L10N::en_us;
2
3use strict;
4
5use base 'StyleCatcher::L10N';
6use vars qw( %Lexicon );
7%Lexicon = ();
8
91;
Note: See TracBrowser for help on using the browser.