|
Revision 817, 334 bytes
(checked in by breese, 17 months ago)
|
|
bringing the version of StyleCatcher? in the mtplugins repos up to date with what (will) ships with Movable Type 4.2
|
| Line | |
|---|
| 1 | # Movable Type (r) Open Source (C) 2005-2008 Six Apart, Ltd. |
|---|
| 2 | # This program is distributed under the terms of the |
|---|
| 3 | # GNU General Public License, version 2. |
|---|
| 4 | # |
|---|
| 5 | # $Id: en_us.pm 1174 2008-01-08 21:02:50Z bchoate $ |
|---|
| 6 | |
|---|
| 7 | package StyleCatcher::L10N::en_us; |
|---|
| 8 | |
|---|
| 9 | use strict; |
|---|
| 10 | |
|---|
| 11 | use base 'StyleCatcher::L10N'; |
|---|
| 12 | use vars qw( %Lexicon ); |
|---|
| 13 | %Lexicon = (); |
|---|
| 14 | |
|---|
| 15 | 1; |
|---|