# Movable Type (r) Open Source (C) 2001-2009 Six Apart, Ltd.
# This program is distributed under the terms of the
# GNU General Public License, version 2.
#
# $Id$

package MT::I18N::en_us;

use strict;
use vars qw(@ISA);
@ISA = qw( MT::I18N::default );

1;
