root/trunk/lib/MT/I18N/en_us.pm
@
3531
| Revision 3531, 258 bytes (checked in by fumiakiy, 9 months ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | # Movable Type (r) Open Source (C) 2001-2009 Six Apart, Ltd. |
| 2 | # This program is distributed under the terms of the |
| 3 | # GNU General Public License, version 2. |
| 4 | # |
| 5 | # $Id$ |
| 6 | |
| 7 | package MT::I18N::en_us; |
| 8 | |
| 9 | use strict; |
| 10 | use vars qw(@ISA); |
| 11 | @ISA = qw( MT::I18N::default ); |
| 12 | |
| 13 | 1; |
Note: See TracBrowser
for help on using the browser.
