From 93b7683780ba6c79ce22307c8c8cbd31f3c73a56 Mon Sep 17 00:00:00 2001 From: Andreas Roussos Date: Thu, 27 Sep 2018 07:54:27 +0300 Subject: [PATCH] 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 Signed-off-by: Nick Clemens (cherry picked from commit 705571a2b870fbb652ca210e32ee3e7ca050e75f) Signed-off-by: Martin Renvoize --- debian/templates/koha-sites.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/templates/koha-sites.conf b/debian/templates/koha-sites.conf index 863accbcfd..34210ac90a 100644 --- a/debian/templates/koha-sites.conf +++ b/debian/templates/koha-sites.conf @@ -27,7 +27,7 @@ DEFAULTSQL="" # default: 'marc21' ZEBRA_MARC_FORMAT="marc21" -# ZEBRA_LANGUAGE: 'cs' | 'en' | 'es' | 'fr' | 'nb' | 'ru' | 'uk' +# ZEBRA_LANGUAGE: 'cs' | 'en' | 'es' | 'fr' | 'gr' | 'nb' | 'ru' | 'uk' # Primary language for Zebra indexing # default: 'en' ZEBRA_LANGUAGE="en" -- 2.20.1