From e314fa35275ab09ec9b3620ab6f2e032b0cfc394 Mon Sep 17 00:00:00 2001 From: nik Date: Wed, 20 Jan 1999 19:46:42 +0000 Subject: iso639 is the ISO two letter codes for the representation of the names of languages (en = English, de = German, zn = Chinese, and so on). This complements the existing iso3166 file, which maps codes to countries. Country code != language code. I ran this past -core. No one voiced any objections, jkh said "fine". --- share/misc/Makefile | 4 +- share/misc/iso639 | 176 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 178 insertions(+), 2 deletions(-) create mode 100644 share/misc/iso639 (limited to 'share/misc') diff --git a/share/misc/Makefile b/share/misc/Makefile index 6cf2e7c..6fa7a3d 100644 --- a/share/misc/Makefile +++ b/share/misc/Makefile @@ -1,8 +1,8 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/8/93 -# $Id: Makefile,v 1.13 1998/06/21 04:46:53 jkh Exp $ +# $Id: Makefile,v 1.14 1998/09/11 16:38:20 dt Exp $ FILES= ascii birthtoken bsd-family-tree eqnchar flowers init.ee inter.phone \ - iso3166 man.template mdoc.template operator scsi_modes + iso3166 iso639 man.template mdoc.template operator scsi_modes NOOBJ= noobj all clean cleandir depend lint tags: diff --git a/share/misc/iso639 b/share/misc/iso639 new file mode 100644 index 0000000..351613e --- /dev/null +++ b/share/misc/iso639 @@ -0,0 +1,176 @@ +# $Id$ +# +# ISO 639 language codes +# +# Technical contents of ISO 639:1988 (E/F) "Code for the representation of +# names of languages". +# +# The Registration Authority for ISO 639 is +# +# Infoterm, +# Osterreiches Normungsinstitut (ON), +# Postfach 130, +# A-1021 Vienna, +# Austria. +# +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; Bangla +bo Tibetan +br Breton + +ca Catalan +co Corsican +cs Czech +cy Welsh + +da Danish +de German +dz Bhutani + +el Greek +en English +eo Esperanto +es Spanish +et Estonian +eu Basque + +fa Persian +fi Finnish +fj Fiji +fo Faeroese +fr French +fy Frisian + +ga Irish +gd Scots Gaelic +gl Galician +gn Guarani +gu Gujarati + +ha Hausa +hi Hindi +hr Croatian +hu Hungarian +hy Armenian + +ia Interlingua +ie Interlingue +ik Inupiak +in Indonesian +is Icelandic +it Italian +iw Hebrew + +ja Japanese +ji Yiddish +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, Lettish + +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 +no Norwegian + +oc Occitan +om (Afan) Oromo +or Oriya + +pa Punjabi +pl Polish +ps Pashto, Pushto +pt Portuguese + +qu Quechua + +rm Rhaeto-Romance +rn Kirundi +ro Romanian +ru Russian +rw Kinyarwanda + +sa Sanskrit +sd Sindhi +sg Sangro +sh Serbo-Croatian +si Singhalese +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 Tegulu +tg Tajik +th Thai +ti Tigrinya +tk Turkmen +tl Tagalog +tn Setswana +to Tonga +tr Turkish +ts Tsonga +tt Tatar +tw Twi + +uk Ukrainian +ur Urdu +uz Uzbek + +vi Vietnamese +vo Volapuk + +wo Wolof + +xh Xhosa + +yo Yoruba + +zh Chinese +zu Zulu \ No newline at end of file -- cgit v1.1