Bugzilla – Attachment 79471 Details for
Bug 21416
'gr' option missing from ZEBRA_LANGUAGE options in koha-sites.conf
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21416: 'gr' option missing from ZEBRA_LANGUAGE options in koha-sites.conf
Bug-21416-gr-option-missing-from-ZEBRALANGUAGE-opt.patch (text/plain), 1.19 KB, created by
Katrin Fischer
on 2018-09-27 10:00:14 UTC
(
hide
)
Description:
Bug 21416: 'gr' option missing from ZEBRA_LANGUAGE options in koha-sites.conf
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2018-09-27 10:00:14 UTC
Size:
1.19 KB
patch
obsolete
>From 136f2eccdc9c044e59d0f182ef7673464a2b700a Mon Sep 17 00:00:00 2001 >From: Andreas Roussos <arouss1980@gmail.com> >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 <katrin.fischer.83@web.de> >--- > 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 21416
:
79465
| 79471