enju_leaf 1.1.0.rc6 → 1.1.0.rc7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/mobile.js +1 -1
- data/app/assets/stylesheets/mobile.css +1 -1
- data/app/views/devise/sessions/new.html.erb +1 -1
- data/app/views/my_accounts/edit.html.erb +1 -1
- data/app/views/users/edit.html.erb +1 -1
- data/lib/enju_leaf.rb +0 -4
- data/lib/enju_leaf/version.rb +1 -1
- data/lib/generators/enju_leaf/quick_install/quick_install_generator.rb +16 -14
- data/lib/generators/enju_leaf/setup/setup_generator.rb +4 -1
- data/spec/cassette_library/ImportRequestsController/POST_create/When_logged_in_as_Administrator/with_valid_params/assigns_a_newly_created_import_request_as_import_request.yml +620 -0
- data/spec/cassette_library/ImportRequestsController/POST_create/When_logged_in_as_Administrator/with_valid_params/redirects_to_the_created_import_request.yml +620 -0
- data/spec/cassette_library/ImportRequestsController/POST_create/When_logged_in_as_Librarian/with_valid_params/assigns_a_newly_created_import_request_as_import_request.yml +620 -0
- data/spec/cassette_library/ImportRequestsController/POST_create/When_logged_in_as_Librarian/with_valid_params/redirects_to_the_created_import_request.yml +620 -0
- data/spec/cassette_library/Manifestation/should_import_isbn.yml +537 -0
- data/spec/cassette_library/Question/test_should_get_crd_search.yml +437 -0
- data/spec/dummy/config/initializers/devise.rb +2 -0
- data/spec/dummy/db/schema.rb +1 -1
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/solr/conf/schema.xml +19 -2
- data/spec/dummy/solr/conf/solrconfig.xml +588 -855
- data/spec/dummy/solr/default/data/index/_z.fdt +0 -0
- data/spec/dummy/solr/default/data/index/_z.fdx +0 -0
- data/spec/dummy/solr/default/data/index/_z.fnm +0 -0
- data/spec/dummy/solr/default/data/index/_z.nvd +0 -0
- data/spec/dummy/solr/default/data/index/_z.nvm +0 -0
- data/spec/dummy/solr/default/data/index/_z.si +0 -0
- data/spec/dummy/solr/default/data/index/_z_Lucene41_0.doc +0 -0
- data/spec/dummy/solr/default/data/index/_z_Lucene41_0.pos +0 -0
- data/spec/dummy/solr/default/data/index/_z_Lucene41_0.tim +0 -0
- data/spec/dummy/solr/default/data/index/_z_Lucene41_0.tip +0 -0
- data/spec/dummy/solr/default/data/index/segments.gen +0 -0
- data/spec/dummy/solr/default/data/index/segments_21 +0 -0
- data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000062 +0 -0
- data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000063 +0 -0
- data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000064 +0 -0
- data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000065 +0 -0
- data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000066 +0 -0
- data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000067 +0 -0
- data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000068 +0 -0
- data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000069 +0 -0
- data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000070 +0 -0
- data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000071 +0 -0
- data/spec/dummy/solr/{data/test/spellchecker → development/data/index}/segments.gen +0 -0
- data/spec/dummy/solr/development/data/index/segments_1 +0 -0
- data/spec/dummy/solr/solr.xml +8 -0
- data/spec/dummy/solr/test/data/index/segments.gen +0 -0
- data/spec/dummy/solr/test/data/index/segments_1 +0 -0
- data/spec/dummy/tmp/cache/4F7/F90/default_role +0 -0
- data/spec/dummy/tmp/cache/ACB/B20/manifestation_search_total +0 -0
- data/spec/factories/user.rb +3 -3
- data/spec/fixtures/user_groups.yml +3 -3
- data/vendor/assets/javascripts/jquery.colorbox.js +118 -97
- data/vendor/assets/javascripts/{jquery.mobile-1.3.1.js → jquery.mobile-1.3.2.js} +788 -764
- data/vendor/assets/stylesheets/{jquery.mobile-1.3.1.css → jquery.mobile-1.3.2.css} +11 -7
- metadata +77 -109
- data/db/fixtures2/bookstores.yml +0 -9
- data/db/fixtures2/carrier_type_has_checkout_types.yml +0 -8
- data/db/fixtures2/carrier_types.yml +0 -29
- data/db/fixtures2/checkout_types.yml +0 -22
- data/db/fixtures2/circulation_statuses.yml +0 -106
- data/db/fixtures2/classification_types.yml +0 -7
- data/db/fixtures2/content_types.yml +0 -22
- data/db/fixtures2/countries.yml +0 -2044
- data/db/fixtures2/create_types.yml +0 -47
- data/db/fixtures2/event_categories.yml +0 -13
- data/db/fixtures2/form_of_works.yml +0 -7
- data/db/fixtures2/frequencies.yml +0 -55
- data/db/fixtures2/languages.yml +0 -1885
- data/db/fixtures2/libraries.yml +0 -25
- data/db/fixtures2/library_groups.yml +0 -10
- data/db/fixtures2/licenses.yml +0 -15
- data/db/fixtures2/manifestation_relationship_types.yml +0 -14
- data/db/fixtures2/message_templates.yml +0 -84
- data/db/fixtures2/patron_relationship_types.yml +0 -20
- data/db/fixtures2/patron_types.yml +0 -16
- data/db/fixtures2/patrons.yml +0 -19
- data/db/fixtures2/produce_types.yml +0 -32
- data/db/fixtures2/realize_types.yml +0 -40
- data/db/fixtures2/request_status_types.yml +0 -37
- data/db/fixtures2/request_types.yml +0 -29
- data/db/fixtures2/roles.yml +0 -29
- data/db/fixtures2/shelves.yml +0 -15
- data/db/fixtures2/subject_types.yml +0 -28
- data/db/fixtures2/use_restrictions.yml +0 -79
- data/db/fixtures2/user_groups.yml +0 -7
- data/db/schema.rb +0 -1896
- data/spec/dummy/solr/data/test/index/_9t.fdt +0 -0
- data/spec/dummy/solr/data/test/index/_9t.fdx +0 -0
- data/spec/dummy/solr/data/test/index/_9t.fnm +0 -4
- data/spec/dummy/solr/data/test/index/_9t.frq +0 -1
- data/spec/dummy/solr/data/test/index/_9t.nrm +0 -1
- data/spec/dummy/solr/data/test/index/_9t.prx +0 -0
- data/spec/dummy/solr/data/test/index/_9t.tii +0 -0
- data/spec/dummy/solr/data/test/index/_9t.tis +0 -0
- data/spec/dummy/solr/data/test/index/segments.gen +0 -0
- data/spec/dummy/solr/data/test/index/segments_ju +0 -0
- data/spec/dummy/solr/data/test/spellchecker/segments_1 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/16453aa846d172232cb70ea0ef5d25bb +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/1b984bdbd3204a51a82d0e01a1569e2d +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/1d1ea12f4657d43009075ba81a2ff949 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/22c8941ab6dec8cd7b3f725e1989dc20 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/62899096da1a3e67660f3b88068be8c9 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/65b2e4f67eab21b30217e29075f433b2 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/87d24a3f43f175d4d17babe9203c79a7 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/b9cc8f1cd929beaef586e5f42a2aa4c2 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/spec/fixtures_old/inventory_files.yml +0 -40
@@ -1,47 +0,0 @@
|
|
1
|
-
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
2
|
-
|
3
|
-
author:
|
4
|
-
name: author
|
5
|
-
display_name: "en: Author\r\n\
|
6
|
-
ja: 著者"
|
7
|
-
note:
|
8
|
-
position: 1
|
9
|
-
id: 1
|
10
|
-
|
11
|
-
editor:
|
12
|
-
name: editor
|
13
|
-
display_name: "en: Editor\r\n\
|
14
|
-
ja: 編者"
|
15
|
-
note:
|
16
|
-
position: 2
|
17
|
-
id: 2
|
18
|
-
|
19
|
-
translator:
|
20
|
-
name: translator
|
21
|
-
display_name: "en: Translator\r\n\
|
22
|
-
ja: 訳者"
|
23
|
-
note:
|
24
|
-
position: 3
|
25
|
-
id: 3
|
26
|
-
|
27
|
-
illustrator:
|
28
|
-
name: illustrator
|
29
|
-
display_name: "en: Illustrator\r\n\
|
30
|
-
ja: 作画者"
|
31
|
-
note:
|
32
|
-
position: 4
|
33
|
-
id: 4
|
34
|
-
|
35
|
-
# == Schema Information
|
36
|
-
#
|
37
|
-
# Table name: create_types
|
38
|
-
#
|
39
|
-
# id :integer not null, primary key
|
40
|
-
# name :string(255)
|
41
|
-
# display_name :text
|
42
|
-
# note :text
|
43
|
-
# position :integer
|
44
|
-
# created_at :datetime
|
45
|
-
# updated_at :datetime
|
46
|
-
#
|
47
|
-
|
@@ -1,55 +0,0 @@
|
|
1
|
-
---
|
2
|
-
frequency_00001:
|
3
|
-
name: unknown
|
4
|
-
display_name: "en: unknown\r\n\
|
5
|
-
ja: 不明・不定期刊"
|
6
|
-
id: 1
|
7
|
-
position: 1
|
8
|
-
frequency_00002:
|
9
|
-
name: daily
|
10
|
-
display_name: "en: daily\r\n\
|
11
|
-
ja: 日刊"
|
12
|
-
id: 2
|
13
|
-
position: 2
|
14
|
-
frequency_00003:
|
15
|
-
name: weekly
|
16
|
-
display_name: "en: weekly\r\n\
|
17
|
-
ja: 週刊"
|
18
|
-
id: 3
|
19
|
-
position: 3
|
20
|
-
frequency_00004:
|
21
|
-
name: biweekly
|
22
|
-
display_name: "en: biweekly\r\n\
|
23
|
-
ja: 隔週刊"
|
24
|
-
id: 4
|
25
|
-
position: 4
|
26
|
-
frequency_00005:
|
27
|
-
name: monthly
|
28
|
-
display_name: "en: monthly\r\n\
|
29
|
-
ja: 月刊"
|
30
|
-
id: 5
|
31
|
-
position: 5
|
32
|
-
frequency_00006:
|
33
|
-
name: bimonthly
|
34
|
-
display_name: "en: bimonthly\r\n\
|
35
|
-
ja: 隔月刊"
|
36
|
-
id: 6
|
37
|
-
position: 6
|
38
|
-
frequency_00007:
|
39
|
-
name: quarterly
|
40
|
-
display_name: "en: quarterly\r\n\
|
41
|
-
ja: 季刊"
|
42
|
-
id: 7
|
43
|
-
position: 7
|
44
|
-
frequency_00008:
|
45
|
-
name: yearly
|
46
|
-
display_name: "en: yearly\r\n\
|
47
|
-
ja: 年刊"
|
48
|
-
id: 8
|
49
|
-
position: 8
|
50
|
-
frequency_00009:
|
51
|
-
name: biyearly
|
52
|
-
display_name: "en: biyearly\r\n\
|
53
|
-
ja: 隔年刊"
|
54
|
-
id: 9
|
55
|
-
position: 9
|
data/db/fixtures2/languages.yml
DELETED
@@ -1,1885 +0,0 @@
|
|
1
|
-
---
|
2
|
-
language_00001:
|
3
|
-
position: 1
|
4
|
-
name: unknown
|
5
|
-
display_name: "en: unknown\r\n\
|
6
|
-
ja: 不明"
|
7
|
-
iso_639_1: unknown
|
8
|
-
iso_639_2: unknown
|
9
|
-
iso_639_3: unknown
|
10
|
-
id: 1
|
11
|
-
note:
|
12
|
-
native_name:
|
13
|
-
language_00086:
|
14
|
-
position: 86
|
15
|
-
name: Kinyarwanda
|
16
|
-
display_name: Kinyarwanda
|
17
|
-
iso_639_1: rw
|
18
|
-
iso_639_2: kin
|
19
|
-
iso_639_3: kin
|
20
|
-
id: 86
|
21
|
-
note:
|
22
|
-
native_name:
|
23
|
-
language_00141:
|
24
|
-
position: 141
|
25
|
-
name: Scottish Gaelic
|
26
|
-
display_name: Scottish Gaelic
|
27
|
-
iso_639_1: gd
|
28
|
-
iso_639_2: gla
|
29
|
-
iso_639_3: gla
|
30
|
-
id: 141
|
31
|
-
note:
|
32
|
-
native_name:
|
33
|
-
language_00058:
|
34
|
-
position: 58
|
35
|
-
name: "Guaran\xC3\xAD"
|
36
|
-
display_name: "Guaran\xC3\xAD"
|
37
|
-
iso_639_1: gn
|
38
|
-
iso_639_2: grn
|
39
|
-
iso_639_3: grn
|
40
|
-
id: 58
|
41
|
-
note:
|
42
|
-
native_name:
|
43
|
-
language_00113:
|
44
|
-
position: 113
|
45
|
-
name: Nauru
|
46
|
-
display_name: Nauru
|
47
|
-
iso_639_1: na
|
48
|
-
iso_639_2: nau
|
49
|
-
iso_639_3: nau
|
50
|
-
id: 113
|
51
|
-
note:
|
52
|
-
native_name:
|
53
|
-
language_00087:
|
54
|
-
position: 87
|
55
|
-
name: Kirghiz
|
56
|
-
display_name: Kirghiz
|
57
|
-
iso_639_1: ky
|
58
|
-
iso_639_2: kir
|
59
|
-
iso_639_3: kir
|
60
|
-
id: 87
|
61
|
-
note:
|
62
|
-
native_name:
|
63
|
-
language_00142:
|
64
|
-
position: 142
|
65
|
-
name: Serbian
|
66
|
-
display_name: Serbian
|
67
|
-
iso_639_1: sr
|
68
|
-
iso_639_2: srp
|
69
|
-
iso_639_3: srp
|
70
|
-
id: 142
|
71
|
-
note:
|
72
|
-
native_name:
|
73
|
-
language_00059:
|
74
|
-
position: 59
|
75
|
-
name: Gujarati
|
76
|
-
display_name: Gujarati
|
77
|
-
iso_639_1: gu
|
78
|
-
iso_639_2: guj
|
79
|
-
iso_639_3: guj
|
80
|
-
id: 59
|
81
|
-
note:
|
82
|
-
native_name:
|
83
|
-
language_00114:
|
84
|
-
position: 114
|
85
|
-
name: Navajo
|
86
|
-
display_name: Navajo
|
87
|
-
iso_639_1: nv
|
88
|
-
iso_639_2: nav
|
89
|
-
iso_639_3: nav
|
90
|
-
id: 114
|
91
|
-
note:
|
92
|
-
native_name:
|
93
|
-
language_00170:
|
94
|
-
position: 170
|
95
|
-
name: Turkish
|
96
|
-
display_name: Turkish
|
97
|
-
iso_639_1: tr
|
98
|
-
iso_639_2: tur
|
99
|
-
iso_639_3: tur
|
100
|
-
id: 170
|
101
|
-
note:
|
102
|
-
native_name:
|
103
|
-
language_00088:
|
104
|
-
position: 88
|
105
|
-
name: Kirundi
|
106
|
-
display_name: Kirundi
|
107
|
-
iso_639_1: rn
|
108
|
-
iso_639_2: run
|
109
|
-
iso_639_3: run
|
110
|
-
id: 88
|
111
|
-
note:
|
112
|
-
native_name:
|
113
|
-
language_00143:
|
114
|
-
position: 143
|
115
|
-
name: Serbo-Croatian
|
116
|
-
display_name: Serbo-Croatian
|
117
|
-
iso_639_1: sh
|
118
|
-
iso_639_2: XXX
|
119
|
-
iso_639_3: hbs
|
120
|
-
id: 143
|
121
|
-
note:
|
122
|
-
native_name:
|
123
|
-
language_00115:
|
124
|
-
position: 115
|
125
|
-
name: Ndonga
|
126
|
-
display_name: Ndonga
|
127
|
-
iso_639_1: ng
|
128
|
-
iso_639_2: ndo
|
129
|
-
iso_639_3: ndo
|
130
|
-
id: 115
|
131
|
-
note:
|
132
|
-
native_name:
|
133
|
-
language_00171:
|
134
|
-
position: 171
|
135
|
-
name: Turkmen
|
136
|
-
display_name: Turkmen
|
137
|
-
iso_639_1: tk
|
138
|
-
iso_639_2: tuk
|
139
|
-
iso_639_3: tuk
|
140
|
-
id: 171
|
141
|
-
note:
|
142
|
-
native_name:
|
143
|
-
language_00144:
|
144
|
-
position: 144
|
145
|
-
name: Shona
|
146
|
-
display_name: Shona
|
147
|
-
iso_639_1: sn
|
148
|
-
iso_639_2: sna
|
149
|
-
iso_639_3: sna
|
150
|
-
id: 144
|
151
|
-
note:
|
152
|
-
native_name:
|
153
|
-
language_00002:
|
154
|
-
position: 2
|
155
|
-
name: Abkhazian
|
156
|
-
display_name: Abkhazian
|
157
|
-
iso_639_1: ab
|
158
|
-
iso_639_2: abk
|
159
|
-
iso_639_3: abk
|
160
|
-
id: 2
|
161
|
-
note:
|
162
|
-
native_name:
|
163
|
-
language_00116:
|
164
|
-
position: 116
|
165
|
-
name: Nepali
|
166
|
-
display_name: Nepali
|
167
|
-
iso_639_1: ne
|
168
|
-
iso_639_2: nep
|
169
|
-
iso_639_3: nep
|
170
|
-
id: 116
|
171
|
-
note:
|
172
|
-
native_name:
|
173
|
-
language_00172:
|
174
|
-
position: 172
|
175
|
-
name: Twi
|
176
|
-
display_name: Twi
|
177
|
-
iso_639_1: tw
|
178
|
-
iso_639_2: twi
|
179
|
-
iso_639_3: twi
|
180
|
-
id: 172
|
181
|
-
note:
|
182
|
-
native_name:
|
183
|
-
language_00030:
|
184
|
-
position: 30
|
185
|
-
name: Chichewa
|
186
|
-
display_name: Chichewa
|
187
|
-
iso_639_1: ny
|
188
|
-
iso_639_2: nya
|
189
|
-
iso_639_3: nya
|
190
|
-
id: 30
|
191
|
-
note:
|
192
|
-
native_name:
|
193
|
-
language_00089:
|
194
|
-
position: 89
|
195
|
-
name: Komi
|
196
|
-
display_name: Komi
|
197
|
-
iso_639_1: kv
|
198
|
-
iso_639_2: kom
|
199
|
-
iso_639_3: kom
|
200
|
-
id: 89
|
201
|
-
note:
|
202
|
-
native_name:
|
203
|
-
language_00145:
|
204
|
-
position: 145
|
205
|
-
name: Sichuan Yi
|
206
|
-
display_name: Sichuan Yi
|
207
|
-
iso_639_1: ii
|
208
|
-
iso_639_2: iii
|
209
|
-
iso_639_3: iii
|
210
|
-
id: 145
|
211
|
-
note:
|
212
|
-
native_name:
|
213
|
-
language_00003:
|
214
|
-
position: 3
|
215
|
-
name: Afar
|
216
|
-
display_name: Afar
|
217
|
-
iso_639_1: aa
|
218
|
-
iso_639_2: aar
|
219
|
-
iso_639_3: aar
|
220
|
-
id: 3
|
221
|
-
note:
|
222
|
-
native_name:
|
223
|
-
language_00117:
|
224
|
-
position: 117
|
225
|
-
name: North Ndebele
|
226
|
-
display_name: North Ndebele
|
227
|
-
iso_639_1: nd
|
228
|
-
iso_639_2: nde
|
229
|
-
iso_639_3: nde
|
230
|
-
id: 117
|
231
|
-
note:
|
232
|
-
native_name:
|
233
|
-
language_00173:
|
234
|
-
position: 173
|
235
|
-
name: Uighur
|
236
|
-
display_name: Uighur
|
237
|
-
iso_639_1: ug
|
238
|
-
iso_639_2: uig
|
239
|
-
iso_639_3: uig
|
240
|
-
id: 173
|
241
|
-
note:
|
242
|
-
native_name:
|
243
|
-
language_00031:
|
244
|
-
position: 31
|
245
|
-
name: Chinese
|
246
|
-
display_name: Chinese
|
247
|
-
iso_639_1: zh
|
248
|
-
iso_639_2: chi
|
249
|
-
iso_639_3: zho
|
250
|
-
id: 31
|
251
|
-
note:
|
252
|
-
native_name:
|
253
|
-
language_00004:
|
254
|
-
position: 4
|
255
|
-
name: Afrikaans
|
256
|
-
display_name: Afrikaans
|
257
|
-
iso_639_1: af
|
258
|
-
iso_639_2: afr
|
259
|
-
iso_639_3: afr
|
260
|
-
id: 4
|
261
|
-
note:
|
262
|
-
native_name:
|
263
|
-
language_00118:
|
264
|
-
position: 118
|
265
|
-
name: Northern Sami
|
266
|
-
display_name: Northern Sami
|
267
|
-
iso_639_1: se
|
268
|
-
iso_639_2: sme
|
269
|
-
iso_639_3: sme
|
270
|
-
id: 118
|
271
|
-
note:
|
272
|
-
native_name:
|
273
|
-
language_00060:
|
274
|
-
position: 60
|
275
|
-
name: Haitian
|
276
|
-
display_name: Haitian
|
277
|
-
iso_639_1: ht
|
278
|
-
iso_639_2: hat
|
279
|
-
iso_639_3: hat
|
280
|
-
id: 60
|
281
|
-
note:
|
282
|
-
native_name:
|
283
|
-
language_00174:
|
284
|
-
position: 174
|
285
|
-
name: Ukrainian
|
286
|
-
display_name: Ukrainian
|
287
|
-
iso_639_1: uk
|
288
|
-
iso_639_2: ukr
|
289
|
-
iso_639_3: ukr
|
290
|
-
id: 174
|
291
|
-
note:
|
292
|
-
native_name:
|
293
|
-
language_00032:
|
294
|
-
position: 32
|
295
|
-
name: Church Slavic
|
296
|
-
display_name: Church Slavic
|
297
|
-
iso_639_1: cu
|
298
|
-
iso_639_2: chu
|
299
|
-
iso_639_3: chu
|
300
|
-
id: 32
|
301
|
-
note:
|
302
|
-
native_name:
|
303
|
-
language_00146:
|
304
|
-
position: 146
|
305
|
-
name: Sindhi
|
306
|
-
display_name: Sindhi
|
307
|
-
iso_639_1: sd
|
308
|
-
iso_639_2: snd
|
309
|
-
iso_639_3: snd
|
310
|
-
id: 146
|
311
|
-
note:
|
312
|
-
native_name:
|
313
|
-
language_00119:
|
314
|
-
position: 119
|
315
|
-
name: Norwegian
|
316
|
-
display_name: Norwegian
|
317
|
-
iso_639_1: f
|
318
|
-
iso_639_2: nor
|
319
|
-
iso_639_3: nor
|
320
|
-
id: 119
|
321
|
-
note:
|
322
|
-
native_name:
|
323
|
-
language_00061:
|
324
|
-
position: 61
|
325
|
-
name: Hausa
|
326
|
-
display_name: Hausa
|
327
|
-
iso_639_1: ha
|
328
|
-
iso_639_2: hau
|
329
|
-
iso_639_3: hau
|
330
|
-
id: 61
|
331
|
-
note:
|
332
|
-
native_name:
|
333
|
-
language_00175:
|
334
|
-
position: 175
|
335
|
-
name: Urdu
|
336
|
-
display_name: Urdu
|
337
|
-
iso_639_1: ur
|
338
|
-
iso_639_2: urd
|
339
|
-
iso_639_3: urd
|
340
|
-
id: 175
|
341
|
-
note:
|
342
|
-
native_name:
|
343
|
-
language_00033:
|
344
|
-
position: 33
|
345
|
-
name: Chuvash
|
346
|
-
display_name: Chuvash
|
347
|
-
iso_639_1: cv
|
348
|
-
iso_639_2: chv
|
349
|
-
iso_639_3: chv
|
350
|
-
id: 33
|
351
|
-
note:
|
352
|
-
native_name:
|
353
|
-
language_00147:
|
354
|
-
position: 147
|
355
|
-
name: Sinhala
|
356
|
-
display_name: Sinhala
|
357
|
-
iso_639_1: si
|
358
|
-
iso_639_2: sin
|
359
|
-
iso_639_3: sin
|
360
|
-
id: 147
|
361
|
-
note:
|
362
|
-
native_name:
|
363
|
-
language_00005:
|
364
|
-
position: 5
|
365
|
-
name: Akan
|
366
|
-
display_name: Akan
|
367
|
-
iso_639_1: ak
|
368
|
-
iso_639_2: aka
|
369
|
-
iso_639_3: aka
|
370
|
-
id: 5
|
371
|
-
note:
|
372
|
-
native_name:
|
373
|
-
language_00062:
|
374
|
-
position: 62
|
375
|
-
name: Hebrew
|
376
|
-
display_name: Hebrew
|
377
|
-
iso_639_1: he
|
378
|
-
iso_639_2: heb
|
379
|
-
iso_639_3: heb
|
380
|
-
id: 62
|
381
|
-
note:
|
382
|
-
native_name:
|
383
|
-
language_00176:
|
384
|
-
position: 176
|
385
|
-
name: Uzbek
|
386
|
-
display_name: Uzbek
|
387
|
-
iso_639_1: uz
|
388
|
-
iso_639_2: uzb
|
389
|
-
iso_639_3: uzb
|
390
|
-
id: 176
|
391
|
-
note:
|
392
|
-
native_name:
|
393
|
-
language_00034:
|
394
|
-
position: 34
|
395
|
-
name: Cornish
|
396
|
-
display_name: Cornish
|
397
|
-
iso_639_1: kw
|
398
|
-
iso_639_2: cor
|
399
|
-
iso_639_3: cor
|
400
|
-
id: 34
|
401
|
-
note:
|
402
|
-
native_name:
|
403
|
-
language_00148:
|
404
|
-
position: 148
|
405
|
-
name: Slovak
|
406
|
-
display_name: Slovak
|
407
|
-
iso_639_1: sk
|
408
|
-
iso_639_2: slo
|
409
|
-
iso_639_3: slk
|
410
|
-
id: 148
|
411
|
-
note:
|
412
|
-
native_name:
|
413
|
-
language_00006:
|
414
|
-
position: 6
|
415
|
-
name: Albanian
|
416
|
-
display_name: Albanian
|
417
|
-
iso_639_1: sq
|
418
|
-
iso_639_2: alb
|
419
|
-
iso_639_3: sqi
|
420
|
-
id: 6
|
421
|
-
note:
|
422
|
-
native_name:
|
423
|
-
language_00090:
|
424
|
-
position: 90
|
425
|
-
name: Kongo
|
426
|
-
display_name: Kongo
|
427
|
-
iso_639_1: kg
|
428
|
-
iso_639_2: kon
|
429
|
-
iso_639_3: kon
|
430
|
-
id: 90
|
431
|
-
note:
|
432
|
-
native_name:
|
433
|
-
language_00063:
|
434
|
-
position: 63
|
435
|
-
name: Herero
|
436
|
-
display_name: Herero
|
437
|
-
iso_639_1: hz
|
438
|
-
iso_639_2: her
|
439
|
-
iso_639_3: her
|
440
|
-
id: 63
|
441
|
-
note:
|
442
|
-
native_name:
|
443
|
-
language_00177:
|
444
|
-
position: 177
|
445
|
-
name: Venda
|
446
|
-
display_name: Venda
|
447
|
-
iso_639_1: ve
|
448
|
-
iso_639_2: ven
|
449
|
-
iso_639_3: ven
|
450
|
-
id: 177
|
451
|
-
note:
|
452
|
-
native_name:
|
453
|
-
language_00035:
|
454
|
-
position: 35
|
455
|
-
name: Corsican
|
456
|
-
display_name: Corsican
|
457
|
-
iso_639_1: co
|
458
|
-
iso_639_2: cos
|
459
|
-
iso_639_3: cos
|
460
|
-
id: 35
|
461
|
-
note:
|
462
|
-
native_name:
|
463
|
-
language_00149:
|
464
|
-
position: 149
|
465
|
-
name: Slovenian
|
466
|
-
display_name: Slovenian
|
467
|
-
iso_639_1: sl
|
468
|
-
iso_639_2: slv
|
469
|
-
iso_639_3: slv
|
470
|
-
id: 149
|
471
|
-
note:
|
472
|
-
native_name:
|
473
|
-
language_00007:
|
474
|
-
position: 7
|
475
|
-
name: Amharic
|
476
|
-
display_name: Amharic
|
477
|
-
iso_639_1: am
|
478
|
-
iso_639_2: amh
|
479
|
-
iso_639_3: amh
|
480
|
-
id: 7
|
481
|
-
note:
|
482
|
-
native_name:
|
483
|
-
language_00091:
|
484
|
-
position: 91
|
485
|
-
name: Korean
|
486
|
-
display_name: Korean
|
487
|
-
iso_639_1: ko
|
488
|
-
iso_639_2: kor
|
489
|
-
iso_639_3: kor
|
490
|
-
id: 91
|
491
|
-
note:
|
492
|
-
native_name:
|
493
|
-
language_00064:
|
494
|
-
position: 64
|
495
|
-
name: Hindi
|
496
|
-
display_name: Hindi
|
497
|
-
iso_639_1: hi
|
498
|
-
iso_639_2: hin
|
499
|
-
iso_639_3: hin
|
500
|
-
id: 64
|
501
|
-
note:
|
502
|
-
native_name:
|
503
|
-
language_00178:
|
504
|
-
position: 178
|
505
|
-
name: Vietnamese
|
506
|
-
display_name: Vietnamese
|
507
|
-
iso_639_1: vi
|
508
|
-
iso_639_2: vie
|
509
|
-
iso_639_3: vie
|
510
|
-
id: 178
|
511
|
-
note:
|
512
|
-
native_name:
|
513
|
-
language_00036:
|
514
|
-
position: 36
|
515
|
-
name: Cree
|
516
|
-
display_name: Cree
|
517
|
-
iso_639_1: cr
|
518
|
-
iso_639_2: cre
|
519
|
-
iso_639_3: cre
|
520
|
-
id: 36
|
521
|
-
note:
|
522
|
-
native_name:
|
523
|
-
language_00008:
|
524
|
-
position: 8
|
525
|
-
name: Arabic
|
526
|
-
display_name: Arabic
|
527
|
-
iso_639_1: ar
|
528
|
-
iso_639_2: ara
|
529
|
-
iso_639_3: ara
|
530
|
-
id: 8
|
531
|
-
note:
|
532
|
-
native_name:
|
533
|
-
language_00092:
|
534
|
-
position: 92
|
535
|
-
name: Kurdish
|
536
|
-
display_name: Kurdish
|
537
|
-
iso_639_1: ku
|
538
|
-
iso_639_2: kur
|
539
|
-
iso_639_3: kur
|
540
|
-
id: 92
|
541
|
-
note:
|
542
|
-
native_name:
|
543
|
-
language_00065:
|
544
|
-
position: 65
|
545
|
-
name: Hiri Motu
|
546
|
-
display_name: Hiri Motu
|
547
|
-
iso_639_1: ho
|
548
|
-
iso_639_2: hmo
|
549
|
-
iso_639_3: hmo
|
550
|
-
id: 65
|
551
|
-
note:
|
552
|
-
native_name:
|
553
|
-
language_00120:
|
554
|
-
position: 120
|
555
|
-
name: "Norwegian Bokm\xC3\xA5l"
|
556
|
-
display_name: "Norwegian Bokm\xC3\xA5l"
|
557
|
-
iso_639_1: nb
|
558
|
-
iso_639_2: nob
|
559
|
-
iso_639_3: nob
|
560
|
-
id: 120
|
561
|
-
note:
|
562
|
-
native_name:
|
563
|
-
language_00179:
|
564
|
-
position: 179
|
565
|
-
name: "Volap\xC3\xBCk"
|
566
|
-
display_name: "Volap\xC3\xBCk"
|
567
|
-
iso_639_1: vo
|
568
|
-
iso_639_2: vol
|
569
|
-
iso_639_3: vol
|
570
|
-
id: 179
|
571
|
-
note:
|
572
|
-
native_name:
|
573
|
-
language_00037:
|
574
|
-
position: 37
|
575
|
-
name: Croatian
|
576
|
-
display_name: Croatian
|
577
|
-
iso_639_1: hr
|
578
|
-
iso_639_2: hrv
|
579
|
-
iso_639_3: hrv
|
580
|
-
id: 37
|
581
|
-
note:
|
582
|
-
native_name:
|
583
|
-
language_00009:
|
584
|
-
position: 9
|
585
|
-
name: Aragonese
|
586
|
-
display_name: Aragonese
|
587
|
-
iso_639_1: an
|
588
|
-
iso_639_2: arg
|
589
|
-
iso_639_3: arg
|
590
|
-
id: 9
|
591
|
-
note:
|
592
|
-
native_name:
|
593
|
-
language_00093:
|
594
|
-
position: 93
|
595
|
-
name: Kwanyama
|
596
|
-
display_name: Kwanyama
|
597
|
-
iso_639_1: kj
|
598
|
-
iso_639_2: kua
|
599
|
-
iso_639_3: kua
|
600
|
-
id: 93
|
601
|
-
note:
|
602
|
-
native_name:
|
603
|
-
language_00066:
|
604
|
-
position: 66
|
605
|
-
name: Hungarian
|
606
|
-
display_name: Hungarian
|
607
|
-
iso_639_1: hu
|
608
|
-
iso_639_2: hun
|
609
|
-
iso_639_3: hun
|
610
|
-
id: 66
|
611
|
-
note:
|
612
|
-
native_name:
|
613
|
-
language_00121:
|
614
|
-
position: 121
|
615
|
-
name: Norwegian Nynorsk
|
616
|
-
display_name: Norwegian Nynorsk
|
617
|
-
iso_639_1: nn
|
618
|
-
iso_639_2: nno
|
619
|
-
iso_639_3: nno
|
620
|
-
id: 121
|
621
|
-
note:
|
622
|
-
native_name:
|
623
|
-
language_00038:
|
624
|
-
position: 38
|
625
|
-
name: Czech
|
626
|
-
display_name: Czech
|
627
|
-
iso_639_1: cs
|
628
|
-
iso_639_2: cze
|
629
|
-
iso_639_3: ces
|
630
|
-
id: 38
|
631
|
-
note:
|
632
|
-
native_name:
|
633
|
-
language_00094:
|
634
|
-
position: 94
|
635
|
-
name: Lao
|
636
|
-
display_name: Lao
|
637
|
-
iso_639_1: lo
|
638
|
-
iso_639_2: lao
|
639
|
-
iso_639_3: lao
|
640
|
-
id: 94
|
641
|
-
note:
|
642
|
-
native_name:
|
643
|
-
language_00067:
|
644
|
-
position: 67
|
645
|
-
name: Icelandic
|
646
|
-
display_name: Icelandic
|
647
|
-
iso_639_1: is
|
648
|
-
iso_639_2: ice
|
649
|
-
iso_639_3: isl
|
650
|
-
id: 67
|
651
|
-
note:
|
652
|
-
native_name:
|
653
|
-
language_00122:
|
654
|
-
position: 122
|
655
|
-
name: Occitan
|
656
|
-
display_name: Occitan
|
657
|
-
iso_639_1: oc
|
658
|
-
iso_639_2: oci
|
659
|
-
iso_639_3: oci
|
660
|
-
id: 122
|
661
|
-
note:
|
662
|
-
native_name:
|
663
|
-
language_00039:
|
664
|
-
position: 39
|
665
|
-
name: Danish
|
666
|
-
display_name: Danish
|
667
|
-
iso_639_1: da
|
668
|
-
iso_639_2: dan
|
669
|
-
iso_639_3: dan
|
670
|
-
id: 39
|
671
|
-
note:
|
672
|
-
native_name:
|
673
|
-
language_00095:
|
674
|
-
position: 95
|
675
|
-
name: Latin
|
676
|
-
display_name: Latin
|
677
|
-
iso_639_1: la
|
678
|
-
iso_639_2: lat
|
679
|
-
iso_639_3: lat
|
680
|
-
id: 95
|
681
|
-
note:
|
682
|
-
native_name:
|
683
|
-
language_00150:
|
684
|
-
position: 150
|
685
|
-
name: Somali
|
686
|
-
display_name: Somali
|
687
|
-
iso_639_1: so
|
688
|
-
iso_639_2: som
|
689
|
-
iso_639_3: som
|
690
|
-
id: 150
|
691
|
-
note:
|
692
|
-
native_name:
|
693
|
-
language_00123:
|
694
|
-
position: 123
|
695
|
-
name: Ojibwa
|
696
|
-
display_name: Ojibwa
|
697
|
-
iso_639_1: oj
|
698
|
-
iso_639_2: oji
|
699
|
-
iso_639_3: oji
|
700
|
-
id: 123
|
701
|
-
note:
|
702
|
-
native_name:
|
703
|
-
language_00096:
|
704
|
-
position: 96
|
705
|
-
name: Latvian
|
706
|
-
display_name: Latvian
|
707
|
-
iso_639_1: lv
|
708
|
-
iso_639_2: lav
|
709
|
-
iso_639_3: lav
|
710
|
-
id: 96
|
711
|
-
note:
|
712
|
-
native_name:
|
713
|
-
language_00151:
|
714
|
-
position: 151
|
715
|
-
name: Sotho
|
716
|
-
display_name: Sotho
|
717
|
-
iso_639_1: st
|
718
|
-
iso_639_2: sot
|
719
|
-
iso_639_3: sot
|
720
|
-
id: 151
|
721
|
-
note:
|
722
|
-
native_name:
|
723
|
-
language_00068:
|
724
|
-
position: 68
|
725
|
-
name: Ido
|
726
|
-
display_name: Ido
|
727
|
-
iso_639_1: io
|
728
|
-
iso_639_2: ido
|
729
|
-
iso_639_3: ido
|
730
|
-
id: 68
|
731
|
-
note:
|
732
|
-
native_name:
|
733
|
-
language_00124:
|
734
|
-
position: 124
|
735
|
-
name: Oriya
|
736
|
-
display_name: Oriya
|
737
|
-
iso_639_1: or
|
738
|
-
iso_639_2: ori
|
739
|
-
iso_639_3: ori
|
740
|
-
id: 124
|
741
|
-
note:
|
742
|
-
native_name:
|
743
|
-
language_00180:
|
744
|
-
position: 180
|
745
|
-
name: Walloon
|
746
|
-
display_name: Walloon
|
747
|
-
iso_639_1: wa
|
748
|
-
iso_639_2: wln
|
749
|
-
iso_639_3: wln
|
750
|
-
id: 180
|
751
|
-
note:
|
752
|
-
native_name:
|
753
|
-
language_00097:
|
754
|
-
position: 97
|
755
|
-
name: Limburgish
|
756
|
-
display_name: Limburgish
|
757
|
-
iso_639_1: li
|
758
|
-
iso_639_2: lim
|
759
|
-
iso_639_3: lim
|
760
|
-
id: 97
|
761
|
-
note:
|
762
|
-
native_name:
|
763
|
-
language_00152:
|
764
|
-
position: 152
|
765
|
-
name: South Ndebele
|
766
|
-
display_name: South Ndebele
|
767
|
-
iso_639_1: nr
|
768
|
-
iso_639_2: nbl
|
769
|
-
iso_639_3: nbl
|
770
|
-
id: 152
|
771
|
-
note:
|
772
|
-
native_name:
|
773
|
-
language_00010:
|
774
|
-
position: 10
|
775
|
-
name: Armenian
|
776
|
-
display_name: Armenian
|
777
|
-
iso_639_1: hy
|
778
|
-
iso_639_2: arm
|
779
|
-
iso_639_3: hye
|
780
|
-
id: 10
|
781
|
-
note:
|
782
|
-
native_name:
|
783
|
-
language_00069:
|
784
|
-
position: 69
|
785
|
-
name: Igbo
|
786
|
-
display_name: Igbo
|
787
|
-
iso_639_1: ig
|
788
|
-
iso_639_2: ibo
|
789
|
-
iso_639_3: ibo
|
790
|
-
id: 69
|
791
|
-
note:
|
792
|
-
native_name:
|
793
|
-
language_00181:
|
794
|
-
position: 181
|
795
|
-
name: Welsh
|
796
|
-
display_name: Welsh
|
797
|
-
iso_639_1: cy
|
798
|
-
iso_639_2: wel
|
799
|
-
iso_639_3: cym
|
800
|
-
id: 181
|
801
|
-
note:
|
802
|
-
native_name:
|
803
|
-
language_00098:
|
804
|
-
position: 98
|
805
|
-
name: Lingala
|
806
|
-
display_name: Lingala
|
807
|
-
iso_639_1: ln
|
808
|
-
iso_639_2: lin
|
809
|
-
iso_639_3: lin
|
810
|
-
id: 98
|
811
|
-
note:
|
812
|
-
native_name:
|
813
|
-
language_00153:
|
814
|
-
position: 153
|
815
|
-
name: Spanish
|
816
|
-
display_name: Spanish
|
817
|
-
iso_639_1: es
|
818
|
-
iso_639_2: spa
|
819
|
-
iso_639_3: spa
|
820
|
-
id: 153
|
821
|
-
note:
|
822
|
-
native_name:
|
823
|
-
language_00011:
|
824
|
-
position: 11
|
825
|
-
name: Assamese
|
826
|
-
display_name: Assamese
|
827
|
-
iso_639_1: as
|
828
|
-
iso_639_2: asm
|
829
|
-
iso_639_3: asm
|
830
|
-
id: 11
|
831
|
-
note:
|
832
|
-
native_name:
|
833
|
-
language_00125:
|
834
|
-
position: 125
|
835
|
-
name: Oromo
|
836
|
-
display_name: Oromo
|
837
|
-
iso_639_1: om
|
838
|
-
iso_639_2: orm
|
839
|
-
iso_639_3: orm
|
840
|
-
id: 125
|
841
|
-
note:
|
842
|
-
native_name:
|
843
|
-
language_00182:
|
844
|
-
position: 182
|
845
|
-
name: Western Frisian
|
846
|
-
display_name: Western Frisian
|
847
|
-
iso_639_1: fy
|
848
|
-
iso_639_2: fry
|
849
|
-
iso_639_3: fry
|
850
|
-
id: 182
|
851
|
-
note:
|
852
|
-
native_name:
|
853
|
-
language_00040:
|
854
|
-
position: 40
|
855
|
-
name: Divehi
|
856
|
-
display_name: Divehi
|
857
|
-
iso_639_1: dv
|
858
|
-
iso_639_2: div
|
859
|
-
iso_639_3: div
|
860
|
-
id: 40
|
861
|
-
note:
|
862
|
-
native_name:
|
863
|
-
language_00099:
|
864
|
-
position: 99
|
865
|
-
name: Lithuanian
|
866
|
-
display_name: Lithuanian
|
867
|
-
iso_639_1: lt
|
868
|
-
iso_639_2: lit
|
869
|
-
iso_639_3: lit
|
870
|
-
id: 99
|
871
|
-
note:
|
872
|
-
native_name:
|
873
|
-
language_00154:
|
874
|
-
position: 154
|
875
|
-
name: Sundanese
|
876
|
-
display_name: Sundanese
|
877
|
-
iso_639_1: su
|
878
|
-
iso_639_2: sun
|
879
|
-
iso_639_3: sun
|
880
|
-
id: 154
|
881
|
-
note:
|
882
|
-
native_name:
|
883
|
-
language_00012:
|
884
|
-
position: 12
|
885
|
-
name: Avaric
|
886
|
-
display_name: Avaric
|
887
|
-
iso_639_1: av
|
888
|
-
iso_639_2: ava
|
889
|
-
iso_639_3: ava
|
890
|
-
id: 12
|
891
|
-
note:
|
892
|
-
native_name:
|
893
|
-
language_00126:
|
894
|
-
position: 126
|
895
|
-
name: Ossetian
|
896
|
-
display_name: Ossetian
|
897
|
-
iso_639_1: os
|
898
|
-
iso_639_2: oss
|
899
|
-
iso_639_3: oss
|
900
|
-
id: 126
|
901
|
-
note:
|
902
|
-
native_name:
|
903
|
-
language_00183:
|
904
|
-
position: 183
|
905
|
-
name: Wolof
|
906
|
-
display_name: Wolof
|
907
|
-
iso_639_1: wo
|
908
|
-
iso_639_2: wol
|
909
|
-
iso_639_3: wol
|
910
|
-
id: 183
|
911
|
-
note:
|
912
|
-
native_name:
|
913
|
-
language_00041:
|
914
|
-
position: 41
|
915
|
-
name: Dutch
|
916
|
-
display_name: Dutch
|
917
|
-
iso_639_1: nl
|
918
|
-
iso_639_2: dut
|
919
|
-
iso_639_3: nld
|
920
|
-
id: 41
|
921
|
-
note:
|
922
|
-
native_name:
|
923
|
-
language_00155:
|
924
|
-
position: 155
|
925
|
-
name: Swahili
|
926
|
-
display_name: Swahili
|
927
|
-
iso_639_1: sw
|
928
|
-
iso_639_2: swa
|
929
|
-
iso_639_3: swa
|
930
|
-
id: 155
|
931
|
-
note:
|
932
|
-
native_name:
|
933
|
-
language_00013:
|
934
|
-
position: 13
|
935
|
-
name: Avestan
|
936
|
-
display_name: Avestan
|
937
|
-
iso_639_1: ae
|
938
|
-
iso_639_2: ave
|
939
|
-
iso_639_3: ave
|
940
|
-
id: 13
|
941
|
-
note:
|
942
|
-
native_name:
|
943
|
-
language_00127:
|
944
|
-
position: 127
|
945
|
-
name: Panjabi
|
946
|
-
display_name: Panjabi
|
947
|
-
iso_639_1: pa
|
948
|
-
iso_639_2: pan
|
949
|
-
iso_639_3: pan
|
950
|
-
id: 127
|
951
|
-
note:
|
952
|
-
native_name:
|
953
|
-
language_00128:
|
954
|
-
position: 128
|
955
|
-
name: Pashto
|
956
|
-
display_name: Pashto
|
957
|
-
iso_639_1: ps
|
958
|
-
iso_639_2: pus
|
959
|
-
iso_639_3: pus
|
960
|
-
id: 128
|
961
|
-
note:
|
962
|
-
native_name:
|
963
|
-
language_00184:
|
964
|
-
position: 184
|
965
|
-
name: Xhosa
|
966
|
-
display_name: Xhosa
|
967
|
-
iso_639_1: xh
|
968
|
-
iso_639_2: xho
|
969
|
-
iso_639_3: xho
|
970
|
-
id: 184
|
971
|
-
note:
|
972
|
-
native_name:
|
973
|
-
language_00042:
|
974
|
-
position: 42
|
975
|
-
name: Dzongkha
|
976
|
-
display_name: Dzongkha
|
977
|
-
iso_639_1: dz
|
978
|
-
iso_639_2: dzo
|
979
|
-
iso_639_3: dzo
|
980
|
-
id: 42
|
981
|
-
note:
|
982
|
-
native_name:
|
983
|
-
language_00156:
|
984
|
-
position: 156
|
985
|
-
name: Swati
|
986
|
-
display_name: Swati
|
987
|
-
iso_639_1: ss
|
988
|
-
iso_639_2: ssw
|
989
|
-
iso_639_3: ssw
|
990
|
-
id: 156
|
991
|
-
note:
|
992
|
-
native_name:
|
993
|
-
language_00014:
|
994
|
-
position: 14
|
995
|
-
name: Aymara
|
996
|
-
display_name: Aymara
|
997
|
-
iso_639_1: ay
|
998
|
-
iso_639_2: aym
|
999
|
-
iso_639_3: aym
|
1000
|
-
id: 14
|
1001
|
-
note:
|
1002
|
-
native_name:
|
1003
|
-
language_00070:
|
1004
|
-
position: 70
|
1005
|
-
name: Indonesian
|
1006
|
-
display_name: Indonesian
|
1007
|
-
iso_639_1: id
|
1008
|
-
iso_639_2: ind
|
1009
|
-
iso_639_3: ind
|
1010
|
-
id: 70
|
1011
|
-
note:
|
1012
|
-
native_name:
|
1013
|
-
language_00185:
|
1014
|
-
position: 185
|
1015
|
-
name: Yiddish
|
1016
|
-
display_name: Yiddish
|
1017
|
-
iso_639_1: yi
|
1018
|
-
iso_639_2: yid
|
1019
|
-
iso_639_3: yid
|
1020
|
-
id: 185
|
1021
|
-
note:
|
1022
|
-
native_name:
|
1023
|
-
language_00043:
|
1024
|
-
position: 43
|
1025
|
-
name: English
|
1026
|
-
display_name: English
|
1027
|
-
iso_639_1: en
|
1028
|
-
iso_639_2: eng
|
1029
|
-
iso_639_3: eng
|
1030
|
-
id: 43
|
1031
|
-
note:
|
1032
|
-
native_name: English
|
1033
|
-
language_00157:
|
1034
|
-
position: 157
|
1035
|
-
name: Swedish
|
1036
|
-
display_name: Swedish
|
1037
|
-
iso_639_1: sv
|
1038
|
-
iso_639_2: swe
|
1039
|
-
iso_639_3: swe
|
1040
|
-
id: 157
|
1041
|
-
note:
|
1042
|
-
native_name:
|
1043
|
-
language_00015:
|
1044
|
-
position: 15
|
1045
|
-
name: Azerbaijani
|
1046
|
-
display_name: Azerbaijani
|
1047
|
-
iso_639_1: az
|
1048
|
-
iso_639_2: aze
|
1049
|
-
iso_639_3: aze
|
1050
|
-
id: 15
|
1051
|
-
note:
|
1052
|
-
native_name:
|
1053
|
-
language_00129:
|
1054
|
-
position: 129
|
1055
|
-
name: Persian
|
1056
|
-
display_name: Persian
|
1057
|
-
iso_639_1: fa
|
1058
|
-
iso_639_2: per
|
1059
|
-
iso_639_3: fas
|
1060
|
-
id: 129
|
1061
|
-
note:
|
1062
|
-
native_name:
|
1063
|
-
language_00071:
|
1064
|
-
position: 71
|
1065
|
-
name: Interlingua
|
1066
|
-
display_name: Interlingua
|
1067
|
-
iso_639_1: ia
|
1068
|
-
iso_639_2: ina
|
1069
|
-
iso_639_3: ina
|
1070
|
-
id: 71
|
1071
|
-
note:
|
1072
|
-
native_name:
|
1073
|
-
language_00186:
|
1074
|
-
position: 186
|
1075
|
-
name: Yoruba
|
1076
|
-
display_name: Yoruba
|
1077
|
-
iso_639_1: yo
|
1078
|
-
iso_639_2: yor
|
1079
|
-
iso_639_3: yor
|
1080
|
-
id: 186
|
1081
|
-
note:
|
1082
|
-
native_name:
|
1083
|
-
language_00044:
|
1084
|
-
position: 44
|
1085
|
-
name: Esperanto
|
1086
|
-
display_name: Esperanto
|
1087
|
-
iso_639_1: eo
|
1088
|
-
iso_639_2: epo
|
1089
|
-
iso_639_3: epo
|
1090
|
-
id: 44
|
1091
|
-
note:
|
1092
|
-
native_name:
|
1093
|
-
language_00158:
|
1094
|
-
position: 158
|
1095
|
-
name: Tagalog
|
1096
|
-
display_name: Tagalog
|
1097
|
-
iso_639_1: tl
|
1098
|
-
iso_639_2: tgl
|
1099
|
-
iso_639_3: tgl
|
1100
|
-
id: 158
|
1101
|
-
note:
|
1102
|
-
native_name:
|
1103
|
-
language_00016:
|
1104
|
-
position: 16
|
1105
|
-
name: Bambara
|
1106
|
-
display_name: Bambara
|
1107
|
-
iso_639_1: bm
|
1108
|
-
iso_639_2: bam
|
1109
|
-
iso_639_3: bam
|
1110
|
-
id: 16
|
1111
|
-
note:
|
1112
|
-
native_name:
|
1113
|
-
language_00072:
|
1114
|
-
position: 72
|
1115
|
-
name: Interlingue
|
1116
|
-
display_name: Interlingue
|
1117
|
-
iso_639_1: ie
|
1118
|
-
iso_639_2: ile
|
1119
|
-
iso_639_3: ile
|
1120
|
-
id: 72
|
1121
|
-
note:
|
1122
|
-
native_name:
|
1123
|
-
language_00017:
|
1124
|
-
position: 17
|
1125
|
-
name: Bashkir
|
1126
|
-
display_name: Bashkir
|
1127
|
-
iso_639_1: ba
|
1128
|
-
iso_639_2: bak
|
1129
|
-
iso_639_3: bak
|
1130
|
-
id: 17
|
1131
|
-
note:
|
1132
|
-
native_name:
|
1133
|
-
language_00159:
|
1134
|
-
position: 159
|
1135
|
-
name: Tahitian
|
1136
|
-
display_name: Tahitian
|
1137
|
-
iso_639_1: ty
|
1138
|
-
iso_639_2: tah
|
1139
|
-
iso_639_3: tah
|
1140
|
-
id: 159
|
1141
|
-
note:
|
1142
|
-
native_name:
|
1143
|
-
language_00187:
|
1144
|
-
position: 187
|
1145
|
-
name: Zhuang
|
1146
|
-
display_name: Zhuang
|
1147
|
-
iso_639_1: za
|
1148
|
-
iso_639_2: zha
|
1149
|
-
iso_639_3: zha
|
1150
|
-
id: 187
|
1151
|
-
note:
|
1152
|
-
native_name:
|
1153
|
-
language_00045:
|
1154
|
-
position: 45
|
1155
|
-
name: Estonian
|
1156
|
-
display_name: Estonian
|
1157
|
-
iso_639_1: et
|
1158
|
-
iso_639_2: est
|
1159
|
-
iso_639_3: est
|
1160
|
-
id: 45
|
1161
|
-
note:
|
1162
|
-
native_name:
|
1163
|
-
language_00100:
|
1164
|
-
position: 100
|
1165
|
-
name: Luba-Katanga
|
1166
|
-
display_name: Luba-Katanga
|
1167
|
-
iso_639_1: lu
|
1168
|
-
iso_639_2: lub
|
1169
|
-
iso_639_3: lub
|
1170
|
-
id: 100
|
1171
|
-
note:
|
1172
|
-
native_name:
|
1173
|
-
language_00073:
|
1174
|
-
position: 73
|
1175
|
-
name: Inuktitut
|
1176
|
-
display_name: Inuktitut
|
1177
|
-
iso_639_1: iu
|
1178
|
-
iso_639_2: iku
|
1179
|
-
iso_639_3: iku
|
1180
|
-
id: 73
|
1181
|
-
note:
|
1182
|
-
native_name:
|
1183
|
-
language_00188:
|
1184
|
-
position: 188
|
1185
|
-
name: Zulu
|
1186
|
-
display_name: Zulu
|
1187
|
-
iso_639_1: zu
|
1188
|
-
iso_639_2: zul
|
1189
|
-
iso_639_3: zul
|
1190
|
-
id: 188
|
1191
|
-
note:
|
1192
|
-
native_name:
|
1193
|
-
language_00101:
|
1194
|
-
position: 101
|
1195
|
-
name: Luxembourgish
|
1196
|
-
display_name: Luxembourgish
|
1197
|
-
iso_639_1: lb
|
1198
|
-
iso_639_2: ltz
|
1199
|
-
iso_639_3: ltz
|
1200
|
-
id: 101
|
1201
|
-
note:
|
1202
|
-
native_name:
|
1203
|
-
language_00046:
|
1204
|
-
position: 46
|
1205
|
-
name: Ewe
|
1206
|
-
display_name: Ewe
|
1207
|
-
iso_639_1: ee
|
1208
|
-
iso_639_2: ewe
|
1209
|
-
iso_639_3: ewe
|
1210
|
-
id: 46
|
1211
|
-
note:
|
1212
|
-
native_name:
|
1213
|
-
language_00018:
|
1214
|
-
position: 18
|
1215
|
-
name: Basque
|
1216
|
-
display_name: Basque
|
1217
|
-
iso_639_1: eu
|
1218
|
-
iso_639_2: baq
|
1219
|
-
iso_639_3: eus
|
1220
|
-
id: 18
|
1221
|
-
note:
|
1222
|
-
native_name:
|
1223
|
-
language_00074:
|
1224
|
-
position: 74
|
1225
|
-
name: Inupiaq
|
1226
|
-
display_name: Inupiaq
|
1227
|
-
iso_639_1: ik
|
1228
|
-
iso_639_2: ipk
|
1229
|
-
iso_639_3: ipk
|
1230
|
-
id: 74
|
1231
|
-
note:
|
1232
|
-
native_name:
|
1233
|
-
language_00130:
|
1234
|
-
position: 130
|
1235
|
-
name: Polish
|
1236
|
-
display_name: Polish
|
1237
|
-
iso_639_1: pl
|
1238
|
-
iso_639_2: pol
|
1239
|
-
iso_639_3: pol
|
1240
|
-
id: 130
|
1241
|
-
note:
|
1242
|
-
native_name:
|
1243
|
-
language_00075:
|
1244
|
-
position: 75
|
1245
|
-
name: Irish
|
1246
|
-
display_name: Irish
|
1247
|
-
iso_639_1: ga
|
1248
|
-
iso_639_2: gle
|
1249
|
-
iso_639_3: gle
|
1250
|
-
id: 75
|
1251
|
-
note:
|
1252
|
-
native_name:
|
1253
|
-
language_00102:
|
1254
|
-
position: 102
|
1255
|
-
name: Macedonian
|
1256
|
-
display_name: Macedonian
|
1257
|
-
iso_639_1: mk
|
1258
|
-
iso_639_2: mac
|
1259
|
-
iso_639_3: mkd
|
1260
|
-
id: 102
|
1261
|
-
note:
|
1262
|
-
native_name:
|
1263
|
-
language_00019:
|
1264
|
-
position: 19
|
1265
|
-
name: Belarusian
|
1266
|
-
display_name: Belarusian
|
1267
|
-
iso_639_1: be
|
1268
|
-
iso_639_2: bel
|
1269
|
-
iso_639_3: bel
|
1270
|
-
id: 19
|
1271
|
-
note:
|
1272
|
-
native_name:
|
1273
|
-
language_00047:
|
1274
|
-
position: 47
|
1275
|
-
name: Fanti
|
1276
|
-
display_name: Fanti
|
1277
|
-
iso_639_1: ak
|
1278
|
-
iso_639_2: aka
|
1279
|
-
iso_639_3: fat
|
1280
|
-
id: 47
|
1281
|
-
note:
|
1282
|
-
native_name:
|
1283
|
-
language_00131:
|
1284
|
-
position: 131
|
1285
|
-
name: Portuguese
|
1286
|
-
display_name: Portuguese
|
1287
|
-
iso_639_1: pt
|
1288
|
-
iso_639_2: por
|
1289
|
-
iso_639_3: por
|
1290
|
-
id: 131
|
1291
|
-
note:
|
1292
|
-
native_name:
|
1293
|
-
language_00076:
|
1294
|
-
position: 76
|
1295
|
-
name: Italian
|
1296
|
-
display_name: Italian
|
1297
|
-
iso_639_1: it
|
1298
|
-
iso_639_2: ita
|
1299
|
-
iso_639_3: ita
|
1300
|
-
id: 76
|
1301
|
-
note:
|
1302
|
-
native_name:
|
1303
|
-
language_00103:
|
1304
|
-
position: 103
|
1305
|
-
name: Malagasy
|
1306
|
-
display_name: Malagasy
|
1307
|
-
iso_639_1: mg
|
1308
|
-
iso_639_2: mlg
|
1309
|
-
iso_639_3: mlg
|
1310
|
-
id: 103
|
1311
|
-
note:
|
1312
|
-
native_name:
|
1313
|
-
language_00048:
|
1314
|
-
position: 48
|
1315
|
-
name: Faroese
|
1316
|
-
display_name: Faroese
|
1317
|
-
iso_639_1: fo
|
1318
|
-
iso_639_2: fao
|
1319
|
-
iso_639_3: fao
|
1320
|
-
id: 48
|
1321
|
-
note:
|
1322
|
-
native_name:
|
1323
|
-
language_00104:
|
1324
|
-
position: 104
|
1325
|
-
name: Malay
|
1326
|
-
display_name: Malay
|
1327
|
-
iso_639_1: ms
|
1328
|
-
iso_639_2: may
|
1329
|
-
iso_639_3: msa
|
1330
|
-
id: 104
|
1331
|
-
note:
|
1332
|
-
native_name:
|
1333
|
-
language_00132:
|
1334
|
-
position: 132
|
1335
|
-
name: Pali
|
1336
|
-
display_name: !binary |
|
1337
|
-
UMSBbGk=
|
1338
|
-
|
1339
|
-
iso_639_1: pi
|
1340
|
-
iso_639_2: pli
|
1341
|
-
iso_639_3: pli
|
1342
|
-
id: 132
|
1343
|
-
note:
|
1344
|
-
native_name:
|
1345
|
-
language_00160:
|
1346
|
-
position: 160
|
1347
|
-
name: Tajik
|
1348
|
-
display_name: Tajik
|
1349
|
-
iso_639_1: tg
|
1350
|
-
iso_639_2: tgk
|
1351
|
-
iso_639_3: tgk
|
1352
|
-
id: 160
|
1353
|
-
note:
|
1354
|
-
native_name:
|
1355
|
-
language_00077:
|
1356
|
-
position: 77
|
1357
|
-
name: Japanese
|
1358
|
-
display_name: "en: Japanese\r\n\
|
1359
|
-
ja: 日本語"
|
1360
|
-
iso_639_1: ja
|
1361
|
-
iso_639_2: jpn
|
1362
|
-
iso_639_3: jpn
|
1363
|
-
id: 77
|
1364
|
-
note:
|
1365
|
-
native_name: 日本語
|
1366
|
-
language_00049:
|
1367
|
-
position: 49
|
1368
|
-
name: Fijian
|
1369
|
-
display_name: Fijian
|
1370
|
-
iso_639_1: fj
|
1371
|
-
iso_639_2: fij
|
1372
|
-
iso_639_3: fij
|
1373
|
-
id: 49
|
1374
|
-
note:
|
1375
|
-
native_name:
|
1376
|
-
language_00133:
|
1377
|
-
position: 133
|
1378
|
-
name: Quechua
|
1379
|
-
display_name: Quechua
|
1380
|
-
iso_639_1: qu
|
1381
|
-
iso_639_2: que
|
1382
|
-
iso_639_3: que
|
1383
|
-
id: 133
|
1384
|
-
note:
|
1385
|
-
native_name:
|
1386
|
-
language_00105:
|
1387
|
-
position: 105
|
1388
|
-
name: Malayalam
|
1389
|
-
display_name: Malayalam
|
1390
|
-
iso_639_1: ml
|
1391
|
-
iso_639_2: mal
|
1392
|
-
iso_639_3: mal
|
1393
|
-
id: 105
|
1394
|
-
note:
|
1395
|
-
native_name:
|
1396
|
-
language_00161:
|
1397
|
-
position: 161
|
1398
|
-
name: Tamil
|
1399
|
-
display_name: Tamil
|
1400
|
-
iso_639_1: ta
|
1401
|
-
iso_639_2: tam
|
1402
|
-
iso_639_3: tam
|
1403
|
-
id: 161
|
1404
|
-
note:
|
1405
|
-
native_name:
|
1406
|
-
language_00078:
|
1407
|
-
position: 78
|
1408
|
-
name: Javanese
|
1409
|
-
display_name: Javanese
|
1410
|
-
iso_639_1: jv
|
1411
|
-
iso_639_2: jav
|
1412
|
-
iso_639_3: jav
|
1413
|
-
id: 78
|
1414
|
-
note:
|
1415
|
-
native_name:
|
1416
|
-
language_00106:
|
1417
|
-
position: 106
|
1418
|
-
name: Maltese
|
1419
|
-
display_name: Maltese
|
1420
|
-
iso_639_1: mt
|
1421
|
-
iso_639_2: mlt
|
1422
|
-
iso_639_3: mlt
|
1423
|
-
id: 106
|
1424
|
-
note:
|
1425
|
-
native_name:
|
1426
|
-
language_00134:
|
1427
|
-
position: 134
|
1428
|
-
name: Raeto-Romance
|
1429
|
-
display_name: Raeto-Romance
|
1430
|
-
iso_639_1: rm
|
1431
|
-
iso_639_2: roh
|
1432
|
-
iso_639_3: roh
|
1433
|
-
id: 134
|
1434
|
-
note:
|
1435
|
-
native_name:
|
1436
|
-
language_00020:
|
1437
|
-
position: 20
|
1438
|
-
name: Bengali
|
1439
|
-
display_name: Bengali
|
1440
|
-
iso_639_1: bn
|
1441
|
-
iso_639_2: ben
|
1442
|
-
iso_639_3: ben
|
1443
|
-
id: 20
|
1444
|
-
note:
|
1445
|
-
native_name:
|
1446
|
-
language_00079:
|
1447
|
-
position: 79
|
1448
|
-
name: Kalaallisut
|
1449
|
-
display_name: Kalaallisut
|
1450
|
-
iso_639_1: kl
|
1451
|
-
iso_639_2: kal
|
1452
|
-
iso_639_3: kal
|
1453
|
-
id: 79
|
1454
|
-
note:
|
1455
|
-
native_name:
|
1456
|
-
language_00162:
|
1457
|
-
position: 162
|
1458
|
-
name: Tatar
|
1459
|
-
display_name: Tatar
|
1460
|
-
iso_639_1: tt
|
1461
|
-
iso_639_2: tat
|
1462
|
-
iso_639_3: tat
|
1463
|
-
id: 162
|
1464
|
-
note:
|
1465
|
-
native_name:
|
1466
|
-
language_00107:
|
1467
|
-
position: 107
|
1468
|
-
name: Manx
|
1469
|
-
display_name: Manx
|
1470
|
-
iso_639_1: gv
|
1471
|
-
iso_639_2: glv
|
1472
|
-
iso_639_3: glv
|
1473
|
-
id: 107
|
1474
|
-
note:
|
1475
|
-
native_name:
|
1476
|
-
language_00163:
|
1477
|
-
position: 163
|
1478
|
-
name: Telugu
|
1479
|
-
display_name: Telugu
|
1480
|
-
iso_639_1: te
|
1481
|
-
iso_639_2: tel
|
1482
|
-
iso_639_3: tel
|
1483
|
-
id: 163
|
1484
|
-
note:
|
1485
|
-
native_name:
|
1486
|
-
language_00135:
|
1487
|
-
position: 135
|
1488
|
-
name: Romanian
|
1489
|
-
display_name: Romanian
|
1490
|
-
iso_639_1: ro
|
1491
|
-
iso_639_2: rum
|
1492
|
-
iso_639_3: ron
|
1493
|
-
id: 135
|
1494
|
-
note:
|
1495
|
-
native_name:
|
1496
|
-
language_00021:
|
1497
|
-
position: 21
|
1498
|
-
name: Bihari
|
1499
|
-
display_name: Bihari
|
1500
|
-
iso_639_1: bh
|
1501
|
-
iso_639_2: bih
|
1502
|
-
iso_639_3: XXX
|
1503
|
-
id: 21
|
1504
|
-
note:
|
1505
|
-
native_name:
|
1506
|
-
language_00164:
|
1507
|
-
position: 164
|
1508
|
-
name: Thai
|
1509
|
-
display_name: Thai
|
1510
|
-
iso_639_1: th
|
1511
|
-
iso_639_2: tha
|
1512
|
-
iso_639_3: tha
|
1513
|
-
id: 164
|
1514
|
-
note:
|
1515
|
-
native_name:
|
1516
|
-
language_00022:
|
1517
|
-
position: 22
|
1518
|
-
name: Bislama
|
1519
|
-
display_name: Bislama
|
1520
|
-
iso_639_1: bi
|
1521
|
-
iso_639_2: bis
|
1522
|
-
iso_639_3: bis
|
1523
|
-
id: 22
|
1524
|
-
note:
|
1525
|
-
native_name:
|
1526
|
-
language_00050:
|
1527
|
-
position: 50
|
1528
|
-
name: Finnish
|
1529
|
-
display_name: Finnish
|
1530
|
-
iso_639_1: fi
|
1531
|
-
iso_639_2: fin
|
1532
|
-
iso_639_3: fin
|
1533
|
-
id: 50
|
1534
|
-
note:
|
1535
|
-
native_name:
|
1536
|
-
language_00108:
|
1537
|
-
position: 108
|
1538
|
-
name: Marathi
|
1539
|
-
display_name: Marathi
|
1540
|
-
iso_639_1: mr
|
1541
|
-
iso_639_2: mar
|
1542
|
-
iso_639_3: mar
|
1543
|
-
id: 108
|
1544
|
-
note:
|
1545
|
-
native_name:
|
1546
|
-
language_00136:
|
1547
|
-
position: 136
|
1548
|
-
name: Russian
|
1549
|
-
display_name: Russian
|
1550
|
-
iso_639_1: ru
|
1551
|
-
iso_639_2: rus
|
1552
|
-
iso_639_3: rus
|
1553
|
-
id: 136
|
1554
|
-
note:
|
1555
|
-
native_name:
|
1556
|
-
language_00137:
|
1557
|
-
position: 137
|
1558
|
-
name: Samoan
|
1559
|
-
display_name: Samoan
|
1560
|
-
iso_639_1: sm
|
1561
|
-
iso_639_2: smo
|
1562
|
-
iso_639_3: smo
|
1563
|
-
id: 137
|
1564
|
-
note:
|
1565
|
-
native_name:
|
1566
|
-
language_00051:
|
1567
|
-
position: 51
|
1568
|
-
name: French
|
1569
|
-
display_name: French
|
1570
|
-
iso_639_1: fr
|
1571
|
-
iso_639_2: fre
|
1572
|
-
iso_639_3: fra
|
1573
|
-
id: 51
|
1574
|
-
note:
|
1575
|
-
native_name:
|
1576
|
-
language_00165:
|
1577
|
-
position: 165
|
1578
|
-
name: Tibetan
|
1579
|
-
display_name: Tibetan
|
1580
|
-
iso_639_1: bo
|
1581
|
-
iso_639_2: tib
|
1582
|
-
iso_639_3: bod
|
1583
|
-
id: 165
|
1584
|
-
note:
|
1585
|
-
native_name:
|
1586
|
-
language_00023:
|
1587
|
-
position: 23
|
1588
|
-
name: Bosnian
|
1589
|
-
display_name: Bosnian
|
1590
|
-
iso_639_1: bs
|
1591
|
-
iso_639_2: bos
|
1592
|
-
iso_639_3: bos
|
1593
|
-
id: 23
|
1594
|
-
note:
|
1595
|
-
native_name:
|
1596
|
-
language_00109:
|
1597
|
-
position: 109
|
1598
|
-
name: Marshallese
|
1599
|
-
display_name: Marshallese
|
1600
|
-
iso_639_1: mh
|
1601
|
-
iso_639_2: mah
|
1602
|
-
iso_639_3: mah
|
1603
|
-
id: 109
|
1604
|
-
note:
|
1605
|
-
native_name:
|
1606
|
-
language_00166:
|
1607
|
-
position: 166
|
1608
|
-
name: Tigrinya
|
1609
|
-
display_name: Tigrinya
|
1610
|
-
iso_639_1: ti
|
1611
|
-
iso_639_2: tir
|
1612
|
-
iso_639_3: tir
|
1613
|
-
id: 166
|
1614
|
-
note:
|
1615
|
-
native_name:
|
1616
|
-
language_00138:
|
1617
|
-
position: 138
|
1618
|
-
name: Sango
|
1619
|
-
display_name: Sango
|
1620
|
-
iso_639_1: sg
|
1621
|
-
iso_639_2: sag
|
1622
|
-
iso_639_3: sag
|
1623
|
-
id: 138
|
1624
|
-
note:
|
1625
|
-
native_name:
|
1626
|
-
language_00080:
|
1627
|
-
position: 80
|
1628
|
-
name: Kannada
|
1629
|
-
display_name: Kannada
|
1630
|
-
iso_639_1: kn
|
1631
|
-
iso_639_2: kan
|
1632
|
-
iso_639_3: kan
|
1633
|
-
id: 80
|
1634
|
-
note:
|
1635
|
-
native_name:
|
1636
|
-
language_00024:
|
1637
|
-
position: 24
|
1638
|
-
name: Breton
|
1639
|
-
display_name: Breton
|
1640
|
-
iso_639_1: br
|
1641
|
-
iso_639_2: bre
|
1642
|
-
iso_639_3: bre
|
1643
|
-
id: 24
|
1644
|
-
note:
|
1645
|
-
native_name:
|
1646
|
-
language_00052:
|
1647
|
-
position: 52
|
1648
|
-
name: Fulah
|
1649
|
-
display_name: Fulah
|
1650
|
-
iso_639_1: ff
|
1651
|
-
iso_639_2: ful
|
1652
|
-
iso_639_3: ful
|
1653
|
-
id: 52
|
1654
|
-
note:
|
1655
|
-
native_name:
|
1656
|
-
language_00025:
|
1657
|
-
position: 25
|
1658
|
-
name: Bulgarian
|
1659
|
-
display_name: Bulgarian
|
1660
|
-
iso_639_1: bg
|
1661
|
-
iso_639_2: bul
|
1662
|
-
iso_639_3: bul
|
1663
|
-
id: 25
|
1664
|
-
note:
|
1665
|
-
native_name:
|
1666
|
-
language_00139:
|
1667
|
-
position: 139
|
1668
|
-
name: Sanskrit
|
1669
|
-
display_name: Sanskrit
|
1670
|
-
iso_639_1: sa
|
1671
|
-
iso_639_2: san
|
1672
|
-
iso_639_3: san
|
1673
|
-
id: 139
|
1674
|
-
note:
|
1675
|
-
native_name:
|
1676
|
-
language_00167:
|
1677
|
-
position: 167
|
1678
|
-
name: Tonga
|
1679
|
-
display_name: Tonga
|
1680
|
-
iso_639_1: to
|
1681
|
-
iso_639_2: ton
|
1682
|
-
iso_639_3: ton
|
1683
|
-
id: 167
|
1684
|
-
note:
|
1685
|
-
native_name:
|
1686
|
-
language_00053:
|
1687
|
-
position: 53
|
1688
|
-
name: Galician
|
1689
|
-
display_name: Galician
|
1690
|
-
iso_639_1: gl
|
1691
|
-
iso_639_2: glg
|
1692
|
-
iso_639_3: glg
|
1693
|
-
id: 53
|
1694
|
-
note:
|
1695
|
-
native_name:
|
1696
|
-
language_00081:
|
1697
|
-
position: 81
|
1698
|
-
name: Kanuri
|
1699
|
-
display_name: Kanuri
|
1700
|
-
iso_639_1: kr
|
1701
|
-
iso_639_2: kau
|
1702
|
-
iso_639_3: kau
|
1703
|
-
id: 81
|
1704
|
-
note:
|
1705
|
-
native_name:
|
1706
|
-
language_00168:
|
1707
|
-
position: 168
|
1708
|
-
name: Tsonga
|
1709
|
-
display_name: Tsonga
|
1710
|
-
iso_639_1: ts
|
1711
|
-
iso_639_2: tso
|
1712
|
-
iso_639_3: tso
|
1713
|
-
id: 168
|
1714
|
-
note:
|
1715
|
-
native_name:
|
1716
|
-
language_00054:
|
1717
|
-
position: 54
|
1718
|
-
name: Ganda
|
1719
|
-
display_name: Ganda
|
1720
|
-
iso_639_1: lg
|
1721
|
-
iso_639_2: lug
|
1722
|
-
iso_639_3: lug
|
1723
|
-
id: 54
|
1724
|
-
note:
|
1725
|
-
native_name:
|
1726
|
-
language_00082:
|
1727
|
-
position: 82
|
1728
|
-
name: Kashmiri
|
1729
|
-
display_name: Kashmiri
|
1730
|
-
iso_639_1: ks
|
1731
|
-
iso_639_2: kas
|
1732
|
-
iso_639_3: kas
|
1733
|
-
id: 82
|
1734
|
-
note:
|
1735
|
-
native_name:
|
1736
|
-
language_00026:
|
1737
|
-
position: 26
|
1738
|
-
name: Burmese
|
1739
|
-
display_name: Burmese
|
1740
|
-
iso_639_1: my
|
1741
|
-
iso_639_2: bur
|
1742
|
-
iso_639_3: mya
|
1743
|
-
id: 26
|
1744
|
-
note:
|
1745
|
-
native_name:
|
1746
|
-
language_00110:
|
1747
|
-
position: 110
|
1748
|
-
name: Moldavian
|
1749
|
-
display_name: Moldavian
|
1750
|
-
iso_639_1: mo
|
1751
|
-
iso_639_2: mol
|
1752
|
-
iso_639_3: mol
|
1753
|
-
id: 110
|
1754
|
-
note:
|
1755
|
-
native_name:
|
1756
|
-
language_00055:
|
1757
|
-
position: 55
|
1758
|
-
name: Georgian
|
1759
|
-
display_name: Georgian
|
1760
|
-
iso_639_1: ka
|
1761
|
-
iso_639_2: geo
|
1762
|
-
iso_639_3: kat
|
1763
|
-
id: 55
|
1764
|
-
note:
|
1765
|
-
native_name:
|
1766
|
-
language_00083:
|
1767
|
-
position: 83
|
1768
|
-
name: Kazakh
|
1769
|
-
display_name: Kazakh
|
1770
|
-
iso_639_1: kk
|
1771
|
-
iso_639_2: kaz
|
1772
|
-
iso_639_3: kaz
|
1773
|
-
id: 83
|
1774
|
-
note:
|
1775
|
-
native_name:
|
1776
|
-
language_00027:
|
1777
|
-
position: 27
|
1778
|
-
name: Catalan
|
1779
|
-
display_name: Catalan
|
1780
|
-
iso_639_1: ca
|
1781
|
-
iso_639_2: cat
|
1782
|
-
iso_639_3: cat
|
1783
|
-
id: 27
|
1784
|
-
note:
|
1785
|
-
native_name:
|
1786
|
-
language_00169:
|
1787
|
-
position: 169
|
1788
|
-
name: Tswana
|
1789
|
-
display_name: Tswana
|
1790
|
-
iso_639_1: tn
|
1791
|
-
iso_639_2: tsn
|
1792
|
-
iso_639_3: tsn
|
1793
|
-
id: 169
|
1794
|
-
note:
|
1795
|
-
native_name:
|
1796
|
-
language_00111:
|
1797
|
-
position: 111
|
1798
|
-
name: Mongolian
|
1799
|
-
display_name: Mongolian
|
1800
|
-
iso_639_1: mn
|
1801
|
-
iso_639_2: mon
|
1802
|
-
iso_639_3: mon
|
1803
|
-
id: 111
|
1804
|
-
note:
|
1805
|
-
native_name:
|
1806
|
-
language_00056:
|
1807
|
-
position: 56
|
1808
|
-
name: German
|
1809
|
-
display_name: German
|
1810
|
-
iso_639_1: de
|
1811
|
-
iso_639_2: ger
|
1812
|
-
iso_639_3: deu
|
1813
|
-
id: 56
|
1814
|
-
note:
|
1815
|
-
native_name:
|
1816
|
-
language_00084:
|
1817
|
-
position: 84
|
1818
|
-
name: Khmer
|
1819
|
-
display_name: Khmer
|
1820
|
-
iso_639_1: km
|
1821
|
-
iso_639_2: khm
|
1822
|
-
iso_639_3: khm
|
1823
|
-
id: 84
|
1824
|
-
note:
|
1825
|
-
native_name:
|
1826
|
-
language_00028:
|
1827
|
-
position: 28
|
1828
|
-
name: Chamorro
|
1829
|
-
display_name: Chamorro
|
1830
|
-
iso_639_1: ch
|
1831
|
-
iso_639_2: cha
|
1832
|
-
iso_639_3: cha
|
1833
|
-
id: 28
|
1834
|
-
note:
|
1835
|
-
native_name:
|
1836
|
-
language_00112:
|
1837
|
-
position: 112
|
1838
|
-
name: Maori
|
1839
|
-
display_name: Māorii
|
1840
|
-
iso_639_1: mi
|
1841
|
-
iso_639_2: mao
|
1842
|
-
iso_639_3: mri
|
1843
|
-
id: 112
|
1844
|
-
note:
|
1845
|
-
native_name:
|
1846
|
-
language_00057:
|
1847
|
-
position: 57
|
1848
|
-
name: Greek
|
1849
|
-
display_name: Greek
|
1850
|
-
iso_639_1: el
|
1851
|
-
iso_639_2: gre
|
1852
|
-
iso_639_3: ell
|
1853
|
-
id: 57
|
1854
|
-
note:
|
1855
|
-
native_name:
|
1856
|
-
language_00085:
|
1857
|
-
position: 85
|
1858
|
-
name: Kikuyu
|
1859
|
-
display_name: Kikuyu
|
1860
|
-
iso_639_1: ki
|
1861
|
-
iso_639_2: kik
|
1862
|
-
iso_639_3: kik
|
1863
|
-
id: 85
|
1864
|
-
note:
|
1865
|
-
native_name:
|
1866
|
-
language_00029:
|
1867
|
-
position: 29
|
1868
|
-
name: Chechen
|
1869
|
-
display_name: Chechen
|
1870
|
-
iso_639_1: ce
|
1871
|
-
iso_639_2: che
|
1872
|
-
iso_639_3: che
|
1873
|
-
id: 29
|
1874
|
-
note:
|
1875
|
-
native_name:
|
1876
|
-
language_00140:
|
1877
|
-
position: 140
|
1878
|
-
name: Sardinian
|
1879
|
-
display_name: Sardinian
|
1880
|
-
iso_639_1: sc
|
1881
|
-
iso_639_2: srd
|
1882
|
-
iso_639_3: srd
|
1883
|
-
id: 140
|
1884
|
-
note:
|
1885
|
-
native_name:
|