From 136f2eccdc9c044e59d0f182ef7673464a2b700a 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 --- 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 8cbd6c1e20..53a1250220 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.17.1