0byt3m1n1
Path:
/
data
/
0
/
0
/
6
/
46
/
6861
/
user
/
7034
/
cgi-bin
/
lib
/
MT
/
[
Home
]
File: L10N.pm
# Copyright 2001-2004 Six Apart. This code cannot be redistributed without # permission from www.movabletype.org. # # $Id: L10N.pm,v 1.4 2004/04/29 02:42:57 ezra Exp $ package MT::L10N; use Locale::Maketext; @MT::L10N::ISA = qw( Locale::Maketext ); @MT::L10N::Lexicon = ( _AUTO => 1, ); sub language_name { my $tag = $_[0]->language_tag; require I18N::LangTags::List; I18N::LangTags::List::name($tag); } sub encoding { 'iso-8859-1' } ## Latin-1 1;