Bug 10050: Update German web installer files for 3.12 - Language settings
authorKatrin Fischer <Katrin.Fischer.83@web.de>
Sun, 14 Apr 2013 21:28:41 +0000 (23:28 +0200)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Fri, 26 Apr 2013 01:22:12 +0000 (21:22 -0400)
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 <chris@bigballofwax.co.nz>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
installer/data/mysql/de-DE/mandatory/system_preferences.sql

index b6f5468..7691139 100644 (file)
@@ -34,3 +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 <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=RoutingListNote#jumped">RoutlingListNote</a> 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';