CC-1960: Internationalize Airtime / Support translations

-added default locale into cc_pref
This commit is contained in:
denise 2012-11-29 10:57:59 -05:00
parent 260c6aea59
commit 0e3525180e
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@ INSERT INTO cc_subjs ("login", "type", "pass") VALUES ('admin', 'A', md5('admin'
-- added in 2.1
INSERT INTO cc_pref("keystr", "valstr") VALUES('scheduled_play_switch', 'on');
-- added in 2.3
INSERT INTO cc_pref("keystr", "valstr") VALUES('locale', 'en_CA');
INSERT INTO cc_live_log("state", "start_time") VALUES('S', now() at time zone 'UTC');
-- end of added in 2.1