Add language setting

This commit is contained in:
Thilina Hasantha
2016-08-04 20:30:13 +05:30
parent 91c6867e2f
commit 585036b209
2 changed files with 8 additions and 1 deletions

View File

@@ -910,6 +910,9 @@ REPLACE INTO `Settings` (`name`, `value`, `description`, `meta`) VALUES
REPLACE INTO `Settings` (`name`, `value`, `description`, `meta`) VALUES
('System: Allowed Nationality', '', 'Only these nationalities will be allowed in select boxes','["value", {"label":"Value","type":"select2multi","remote-source":["Nationality","id","name"]}]');
REPLACE INTO `Settings` (`name`, `value`, `description`, `meta`) VALUES
('System: Language', 'en', 'Current Language','["value", {"label":"Value","type":"select2","allow-null":false,"remote-source":["SupportedLanguage","name","description"]}]');
INSERT INTO `Certifications` (`id`, `name`, `description`) VALUES
(1, 'Red Hat Certified Architect (RHCA)', 'Red Hat Certified Architect (RHCA)'),