[Mailman-Developers] English (USA)

M.-A. Lemburg mal at lemburg.com
Wed Apr 23 15:57:10 EDT 2003


Barry Warsaw wrote:
> On Wed, 2003-04-23 at 08:30, M.-A. Lemburg wrote:
> 
> 
>>Why not stick to the standard English language names ?
> 
> Good idea, thanks for the link!

Here's the complete list I'm using (collected from various sources):

#
# Mapping tables
#
# Keys must language names. The tables themselves must map
# ISO codes using lowercase letters only to language names.
#

Names = {
     'English': {
         'aa': 'Afar',
         'ab': 'Abkhazian',
         'af': 'Afrikaans',
         'am': 'Amharic',
         'ar': 'Arabic',
         'as': 'Assamese',
         'ay': 'Aymara',
         'az': 'Azerbaijani',
         'ba': 'Bashkir',
         'be': 'Byelorussian',
         'bg': 'Bulgarian',
         'bh': 'Bihari',
         'bi': 'Bislama',
         'bn': 'Bengali',
         'bo': 'Tibetan',
         'br': 'Breton',
         'ca': 'Catalan',
         'co': 'Corsican',
         'cs': 'Czech',
         'cy': 'Welsh',
         'da': 'Danish',
         'de': 'German',
         'de-at': 'German/Austria',
         'de-de': 'German/Germany',
         'de-ch': 'German/Switzerland',
         'dz': 'Bhutani',
         'el': 'Greek',
         'en': 'English',
         'en-gb': 'English/United Kingdom',
         'en-us': 'English/United States',
         'eo': 'Esperanto',
         'es': 'Spanish',
         'es-ar': 'Spanish/Argentina',
         'es-es': 'Spanish/Spain',
         'es-co': 'Spanish/Colombia',
         'es-mx': 'Spanish/Mexico',
         'et': 'Estonian',
         'eu': 'Basque',
         'fa': 'Persian',
         'fi': 'Finnish',
         'fj': 'Fiji',
         'fo': 'Faroese',
         'fr': 'French',
         'fr-be': 'French/Belgium',
         'fr-ca': 'French/Canada',
         'fr-fr': 'French/France',
         'fr-ch': 'French/Switzerland',
         'fy': 'Frisian',
         'ga': 'Irish',
         'gd': 'Scots Gaelic',
         'gl': 'Galician',
         'gn': 'Guarani',
         'gu': 'Gujarati',
         'ha': 'Hausa',
         'he': 'Hebrew',
         'hi': 'Hindi',
         'hr': 'Croatian',
         'hu': 'Hungarian',
         'hy': 'Armenian',
         'ia': 'Interlingua',
         'id': 'Indonesian',
         'ie': 'Interlingue',
         'ik': 'Inupiak',
         'is': 'Icelandic',
         'it': 'Italian',
         'iu': 'Inuktitut',
         'ja': 'Japanese',
         'jw': 'Javanese',
         'ka': 'Georgian',
         'kk': 'Kazakh',
         'kl': 'Greenlandic',
         'km': 'Cambodian',
         'kn': 'Kannada',
         'ko': 'Korean',
         'ks': 'Kashmiri',
         'ku': 'Kurdish',
         'ky': 'Kirghiz',
         'la': 'Latin',
         'ln': 'Lingala',
         'lo': 'Laothian',
         'lt': 'Lithuanian',
         'lv': 'Latvian',
         'mg': 'Malagasy',
         'mi': 'Maori',
         'mk': 'Macedonian',
         'ml': 'Malayalam',
         'mn': 'Mongolian',
         'mo': 'Moldavian',
         'mr': 'Marathi',
         'ms': 'Malay',
         'mt': 'Maltese',
         'my': 'Burmese',
         'na': 'Nauru',
         'ne': 'Nepali',
         'nl': 'Dutch',
         'nl-be': 'Dutch/Belgium',
         'no': 'Norwegian',
         'oc': 'Occitan',
         'om': '(Afan) Oromo',
         'or': 'Oriya',
         'pa': 'Punjabi',
         'pl': 'Polish',
         'ps': 'Pashto, Pushto',
         'pt': 'Portuguese',
         'pt-br': 'Portuguese/Brazil',
         'qu': 'Quechua',
         'rm': 'Rhaeto-Romance',
         'rn': 'Kirundi',
         'ro': 'Romanian',
         'ru': 'Russian',
         'rw': 'Kinyarwanda',
         'sa': 'Sanskrit',
         'sd': 'Sindhi',
         'sg': 'Sangho',
         'sh': 'Serbo-Croatian',
         'si': 'Sinhalese',
         'sk': 'Slovak',
         'sl': 'Slovenian',
         'sm': 'Samoan',
         'sn': 'Shona',
         'so': 'Somali',
         'sq': 'Albanian',
         'sr': 'Serbian',
         'ss': 'Siswati',
         'st': 'Sesotho',
         'su': 'Sundanese',
         'sv': 'Swedish',
         'sw': 'Swahili',
         'ta': 'Tamil',
         'te': 'Telugu',
         'tg': 'Tajik',
         'th': 'Thai',
         'ti': 'Tigrinya',
         'tk': 'Turkmen',
         'tl': 'Tagalog',
         'tn': 'Setswana',
         'to': 'Tonga',
         'tr': 'Turkish',
         'ts': 'Tsonga',
         'tt': 'Tatar',
         'tw': 'Twi',
         'ug': 'Uighur',
         'uk': 'Ukrainian',
         'ur': 'Urdu',
         'uz': 'Uzbek',
         'vi': 'Vietnamese',
         'vo': 'Volapuk',
         'wo': 'Wolof',
         'xh': 'Xhosa',
         'yi': 'Yiddish',
         'yo': 'Yoruba',
         'za': 'Zhuang',
         'zh': 'Chinese',
         'zh-cn': 'Chinese/China',
         'zh-tw': 'Chinese/Taiwan',
         'zu': 'Zulu',
         },
}

-- 
Marc-Andre Lemburg
eGenix.com

Professional Python Software directly from the Source  (#1, Apr 23 2003)
 >>> Python/Zope Products & Consulting ...         http://www.egenix.com/
 >>> mxODBC, mxDateTime, mxTextTools ...        http://python.egenix.com/
________________________________________________________________________
EuroPython 2003, Charleroi, Belgium:                        62 days left




More information about the Mailman-Developers mailing list