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

(-)a/installer/data/mysql/atomicupdate/bug_17518.sql (+1 lines)
Line 0 Link Here
1
UPDATE language_descriptions SET description = 'Čeština' WHERE subtag = 'cs' AND type = 'language' AND lang = 'cs'
(-)a/installer/data/mysql/mandatory/subtag_registry.sql (-2 / +1 lines)
Lines 176-182 INSERT INTO language_rfc4646_to_iso639(rfc4646_subtag,iso639_2_code) Link Here
176
VALUES ( 'cs','cze');
176
VALUES ( 'cs','cze');
177
177
178
INSERT INTO language_descriptions(subtag, type, lang, description)
178
INSERT INTO language_descriptions(subtag, type, lang, description)
179
VALUES ( 'cs', 'language', 'cs', 'Ceština');
179
VALUES ( 'cs', 'language', 'cs', 'Čeština');
180
180
181
INSERT INTO language_descriptions(subtag, type, lang, description)
181
INSERT INTO language_descriptions(subtag, type, lang, description)
182
VALUES ( 'cs', 'language', 'en', 'Czech');
182
VALUES ( 'cs', 'language', 'en', 'Czech');
183
- 

Return to bug 17518