-added german, and spanish locales into locale table

This commit is contained in:
denise 2012-12-04 12:07:29 -05:00
parent d33e93da2e
commit 83ae677301
1 changed files with 2 additions and 0 deletions

View File

@ -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