|
Lines 281-287
INSERT INTO language_subtag_registry( subtag, type, description, added)
Link Here
|
| 281 |
VALUES ( 'eu', 'language', 'Basque','2014-10-30'); |
281 |
VALUES ( 'eu', 'language', 'Basque','2014-10-30'); |
| 282 |
|
282 |
|
| 283 |
INSERT INTO language_rfc4646_to_iso639(rfc4646_subtag,iso639_2_code) |
283 |
INSERT INTO language_rfc4646_to_iso639(rfc4646_subtag,iso639_2_code) |
| 284 |
VALUES ( 'eu','eus'); |
284 |
VALUES ( 'eu','baq'); |
| 285 |
|
285 |
|
| 286 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
286 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 287 |
VALUES ( 'eu', 'language', 'eu', 'Euskera'); |
287 |
VALUES ( 'eu', 'language', 'eu', 'Euskera'); |
|
Lines 669-675
INSERT INTO language_subtag_registry( subtag, type, description, added)
Link Here
|
| 669 |
VALUES ( 'mi', 'language', 'Maori','2014-10-30'); |
669 |
VALUES ( 'mi', 'language', 'Maori','2014-10-30'); |
| 670 |
|
670 |
|
| 671 |
INSERT INTO language_rfc4646_to_iso639(rfc4646_subtag,iso639_2_code) |
671 |
INSERT INTO language_rfc4646_to_iso639(rfc4646_subtag,iso639_2_code) |
| 672 |
VALUES ( 'mi','mri'); |
672 |
VALUES ( 'mi','mao'); |
| 673 |
|
673 |
|
| 674 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
674 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 675 |
VALUES ( 'mi', 'language', 'mi', 'Te Reo Māori'); |
675 |
VALUES ( 'mi', 'language', 'mi', 'Te Reo Māori'); |
|
Lines 948-954
INSERT INTO language_subtag_registry( subtag, type, description, added)
Link Here
|
| 948 |
VALUES ( 'sq', 'language', 'Albanian','2014-10-30'); |
948 |
VALUES ( 'sq', 'language', 'Albanian','2014-10-30'); |
| 949 |
|
949 |
|
| 950 |
INSERT INTO language_rfc4646_to_iso639(rfc4646_subtag,iso639_2_code) |
950 |
INSERT INTO language_rfc4646_to_iso639(rfc4646_subtag,iso639_2_code) |
| 951 |
VALUES ( 'sq','sqi'); |
951 |
VALUES ( 'sq','alb'); |
| 952 |
|
952 |
|
| 953 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
953 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 954 |
VALUES ( 'sq', 'language', 'sq', 'Shqip'); |
954 |
VALUES ( 'sq', 'language', 'sq', 'Shqip'); |
| 955 |
- |
|
|