|
Lines 887-892
VALUES( 'Laoo', 'script', 'en', 'Lao');
Link Here
|
| 887 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
887 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 888 |
VALUES( 'Laoo', 'script', 'de', 'Laotisch'); |
888 |
VALUES( 'Laoo', 'script', 'de', 'Laotisch'); |
| 889 |
|
889 |
|
|
|
890 |
-- Croatian |
| 891 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
| 892 |
VALUES ( 'hr', 'language', 'Croatian','2014-07-24' ); |
| 893 |
|
| 894 |
INSERT INTO language_rfc4646_to_iso639(rfc4646_subtag,iso639_2_code) |
| 895 |
VALUES( 'hr','hrv'); |
| 896 |
|
| 897 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 898 |
VALUES( 'hr', 'language', 'hr', 'Hrvatski'); |
| 899 |
|
| 900 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 901 |
VALUES( 'hr', 'language', 'en', 'Croatian'); |
| 902 |
|
| 903 |
-- INSERT INTO language_descriptions(subtag, type, lang, description) |
| 904 |
-- VALUES( 'hr', 'language', 'fr', 'Croatian'); |
| 905 |
|
| 906 |
-- INSERT INTO language_descriptions(subtag, type, lang, description) |
| 907 |
-- VALUES( 'hr', 'language', 'de', 'Kroatian'); |
| 908 |
|
| 890 |
|
909 |
|
| 891 |
-- REGIONS |
910 |
-- REGIONS |
| 892 |
-- Canada |
911 |
-- Canada |
| 893 |
- |
|
|