Bug 11927 added a Zebra charmap file (sort-string-utf.chr) for Greek language sorting support and also updated the 'koha-create' script to list 'gr' as an available option to the --zebralang argument. However, the main configuration file in /etc/koha/koha-sites.conf (AKA debian/templates/koha-sites.conf in git) does not list 'gr' as an option for the ZEBRA_LANGUAGE variable. I believe 'gr' should be listed among the other language codes, otherwise those who are unaware of Bug 11927 won't know that such support has been added.
Created attachment 79465 [details] [review] Bug 21416: 'gr' option missing from ZEBRA_LANGUAGE options in koha-sites.conf 'gr' (as in 'Greek') is missing from the ZEBRA_LANGUAGE options in debian/templates/koha-sites.conf. This patch fixes that. Test plan: 1) view koha-sites.conf and notice how 'gr' is missing from the ZEBRA_LANGUAGE options 2) apply the patch 3) observe that koha-sites.conf now includes 'gr' as an option
Created attachment 79471 [details] [review] Bug 21416: 'gr' option missing from ZEBRA_LANGUAGE options in koha-sites.conf 'gr' (as in 'Greek') is missing from the ZEBRA_LANGUAGE options in debian/templates/koha-sites.conf. This patch fixes that. Test plan: 1) view koha-sites.conf and notice how 'gr' is missing from the ZEBRA_LANGUAGE options 2) apply the patch 3) observe that koha-sites.conf now includes 'gr' as an option Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Easy change, just advertising the existing option, moving to PQA directly.
Awesome work all! Pushed to master for 18.11
Pushed to 18.05.x for 18.05.05
Pushed to 17.11.x for 17.11.11