Lines 1515-1520
VALUES ( 'ID', 'region', 'en', 'Indonesia');
Link Here
|
1515 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
1515 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
1516 |
VALUES ( 'ID', 'region', 'id', 'Indonesia'); |
1516 |
VALUES ( 'ID', 'region', 'id', 'Indonesia'); |
1517 |
|
1517 |
|
|
|
1518 |
-- India |
1519 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
1520 |
VALUES ( 'IN', 'region', 'India','2015-05-28'); |
1521 |
|
1522 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
1523 |
VALUES ( 'IN', 'region', 'en', 'India'); |
1524 |
|
1525 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
1526 |
VALUES ( 'IN', 'region', 'bn', 'ভারত'); |
1527 |
|
1518 |
-- Iceland |
1528 |
-- Iceland |
1519 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
1529 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
1520 |
VALUES ( 'IS', 'region', 'Iceland','2014-10-30'); |
1530 |
VALUES ( 'IS', 'region', 'Iceland','2014-10-30'); |