@@ -, +, @@ Language settings - 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 --- installer/data/mysql/de-DE/mandatory/system_preferences.sql | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) --- a/installer/data/mysql/de-DE/mandatory/system_preferences.sql +++ a/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'; --