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".
This commit is contained in:
parent
f75ccec2a1
commit
d0bf24fc77
@ -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:
|
||||
|
176
share/misc/iso639
Normal file
176
share/misc/iso639
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user