Lines 273-279
INSERT INTO language_subtag_registry( subtag, type, description, added)
Link Here
|
273 |
VALUES ( 'it', 'language', 'Italian','2005-10-16' ); |
273 |
VALUES ( 'it', 'language', 'Italian','2005-10-16' ); |
274 |
|
274 |
|
275 |
INSERT INTO language_rfc4646_to_iso639(rfc4646_subtag,iso639_2_code) |
275 |
INSERT INTO language_rfc4646_to_iso639(rfc4646_subtag,iso639_2_code) |
276 |
VALUES( 'it','ind'); |
276 |
VALUES( 'it','ita'); |
277 |
|
277 |
|
278 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
278 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
279 |
VALUES( 'it', 'language', 'it', 'Italiano'); |
279 |
VALUES( 'it', 'language', 'it', 'Italiano'); |