From 49620b23b39a7f872606b6b5f1c0e514bcdccd57 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 14 Apr 2013 23:28:41 +0200 Subject: [PATCH] Bug 10050: Update German web installer files for 3.12 - Language settings Activate German and English for OPAC and intranet by default. To test: - Run the German web installer - Check that when logging into Koha the German interface is shown and you can switch between English and German using the links at the bottom of the page - Check language relevant settings in the system preferences are correctly set Note: The German po files in master are buggy, please use files from translate.koha-community.org for testing. Signed-off-by: Chris Cormack --- installer/data/mysql/de-DE/mandatory/system_preferences.sql | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/installer/data/mysql/de-DE/mandatory/system_preferences.sql b/installer/data/mysql/de-DE/mandatory/system_preferences.sql index 13e3ab6..7691139 100644 --- a/installer/data/mysql/de-DE/mandatory/system_preferences.sql +++ b/installer/data/mysql/de-DE/mandatory/system_preferences.sql @@ -34,5 +34,6 @@ UPDATE systempreferences SET value = 'Monday' WHERE variable = 'CalendarFirstDay UPDATE systempreferences SET value = '0.07|0.19|0.00' WHERE variable = 'gist'; UPDATE systempreferences SET value = 'Dieser Text wird über den Systemparameter RoutlingListNote konfiguriert.' where variable = 'RoutingListNote'; UPDATE systempreferences SET value = 'barcode stocknumber' WHERE variable = 'uniqueitemfields'; - - +UPDATE systempreferences SET value = 'de-DE,en' WHERE variable = 'language'; +UPDATE systempreferences SET value = 'de-DE,en' WHERE variable = 'opaclanguages'; +UPDATE systempreferences SET value = '1' WHERE variable = 'opaclanguagesdisplay'; -- 1.7.10.4