summaryrefslogtreecommitdiffstats
path: root/share/misc
diff options
context:
space:
mode:
authornik <nik@FreeBSD.org>1999-01-20 19:46:42 +0000
committernik <nik@FreeBSD.org>1999-01-20 19:46:42 +0000
commite314fa35275ab09ec9b3620ab6f2e032b0cfc394 (patch)
treee6a330e2474ad5259a61e3d23a79c4a146151922 /share/misc
parenta5edef23afbf4625e713a68cb9f7cf69adc55337 (diff)
downloadFreeBSD-src-e314fa35275ab09ec9b3620ab6f2e032b0cfc394.zip
FreeBSD-src-e314fa35275ab09ec9b3620ab6f2e032b0cfc394.tar.gz
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".
Diffstat (limited to 'share/misc')
-rw-r--r--share/misc/Makefile4
-rw-r--r--share/misc/iso639176
2 files changed, 178 insertions, 2 deletions
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
OpenPOWER on IntegriCloud