-added german, and spanish locales into locale table
This commit is contained in:
parent
d33e93da2e
commit
83ae677301
|
@ -315,6 +315,8 @@ INSERT INTO cc_pref("keystr", "valstr") VALUES('locale', 'en_CA');
|
|||
|
||||
INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('en_CA', 'English');
|
||||
INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('fr_FR', 'French');
|
||||
INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('de_DE', 'German');
|
||||
INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('ko_KR', 'Korean');
|
||||
INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('es_ES', 'Spanish');
|
||||
|
||||
-- end of added in 2.3
|
||||
|
|
Loading…
Reference in New Issue