Bug 21416: 'gr' option missing from ZEBRA_LANGUAGE options in koha-sites.conf
authorAndreas Roussos <arouss1980@gmail.com>
Thu, 27 Sep 2018 04:54:27 +0000 (07:54 +0300)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 28 Sep 2018 19:43:03 +0000 (19:43 +0000)
'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>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

debian/templates/koha-sites.conf

index 8cbd6c1..53a1250 100644 (file)
@@ -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"