|
Lines 731-736
VALUES ( 'Laoo', 'script', 'lo', 'Lao');
Link Here
|
| 731 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
731 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 732 |
VALUES( 'Laoo', 'script', 'en', 'Lao'); |
732 |
VALUES( 'Laoo', 'script', 'en', 'Lao'); |
| 733 |
|
733 |
|
|
|
734 |
-- Croatian |
| 735 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
| 736 |
VALUES ( 'hr', 'language', 'Croatian','2014-07-24' ); |
| 737 |
|
| 738 |
INSERT INTO language_rfc4646_to_iso639(rfc4646_subtag,iso639_2_code) |
| 739 |
VALUES( 'hr','hrv'); |
| 740 |
|
| 741 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 742 |
VALUES( 'hr', 'language', 'hr', 'Hrvatski'); |
| 743 |
|
| 744 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 745 |
VALUES( 'hr', 'language', 'en', 'Croatian'); |
| 746 |
|
| 747 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 748 |
VALUES( 'hr', 'language', 'fr', 'Croate'); |
| 749 |
|
| 750 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 751 |
VALUES( 'hr', 'language', 'de', 'Kroatisch'); |
| 752 |
|
| 753 |
|
| 734 |
-- REGIONS |
754 |
-- REGIONS |
| 735 |
-- Canada |
755 |
-- Canada |
| 736 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
756 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |