https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24973 --- Comment #4 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Katrin Fischer from comment #0)
In the de-DE installer a sysprefs.sql file is used to make some changes to the system preferences for a smoother installation experience. The file can be found here:
http://git.koha-community.org/gitweb/?p=koha.git;a=blob;f=installer/data/ mysql/de-DE/mandatory/system_preferences.sql; h=2692f02b02da9100630a92c4f89fe7caba8ac786; hb=7ce4122131a6c3d7f0fe7c953dc95fd5d831bf7f
It's a mix of: - Translating prefs content (HTML prefs, they might go away to news sometime) - Localization settings (date format, currency format, time format) - Translating pref options (borrower titles and relationships)
It would be great if there was a way to keep this kind of modifications when switching to the new yaml based installer files.
We must split this bug report, there are 2 different requests: 1. Translate the default value of the sysprefs 2. Set predefined settings depending on the region/country/etc Then it seems we need to define some options, but we need to list exhaustively which ones are valid. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.