View | Details | Raw Unified | Return to bug 17319
Collapse All | Expand All

(-)a/installer/data/mysql/en/mandatory/subtag_registry.sql (-3 / +2 lines)
Lines 202-209 VALUES( 'fr', 'language', 'fr', 'Français'); Link Here
202
INSERT INTO language_subtag_registry( subtag, type, description, added)
202
INSERT INTO language_subtag_registry( subtag, type, description, added)
203
VALUES ( 'lo', 'language', 'Lao','2005-10-16' );
203
VALUES ( 'lo', 'language', 'Lao','2005-10-16' );
204
204
205
--INSERT INTO language_rfc4646_to_iso639(rfc4646_subtag,iso639_2_code)
205
-- INSERT INTO language_rfc4646_to_iso639(rfc4646_subtag,iso639_2_code)
206
--VALUES( 'lo','nor'); ???
206
-- VALUES( 'lo','nor'); ???
207
207
208
INSERT INTO language_descriptions(subtag, type, lang, description)
208
INSERT INTO language_descriptions(subtag, type, lang, description)
209
VALUES( 'lo', 'language', 'lo', 'ພາສາລາວ');
209
VALUES( 'lo', 'language', 'lo', 'ພາສາລາວ');
210
- 

Return to bug 17319