@@ -, +, @@ create another Koha instance with `koha-create testinst2`. the Zebra CHR file from the /etc/koha/zebradb/lang_defs/el/ directory. This is done by inspecting the value of 'profilePath' in these files: /etc/koha/sites/testinst{1,2}/zebra-authorities-dom.cfg /etc/koha/sites/testinst{1,2}/zebra-biblios-dom.cfg --- Makefile.PL | 2 +- debian/docs/koha-create.xml | 2 +- debian/scripts/koha-create | 2 +- debian/templates/koha-sites.conf | 2 +- etc/zebradb/lang_defs/{gr => el}/sort-string-utf.chr | 0 5 files changed, 4 insertions(+), 4 deletions(-) rename etc/zebradb/lang_defs/{gr => el}/sort-string-utf.chr (100%) --- a/Makefile.PL +++ a/Makefile.PL @@ -535,7 +535,7 @@ my %valid_config_values = ( 'DB_USE_TLS' => {'yes', 'no'}, 'INSTALL_SRU' => { 'yes' => 1, 'no' => 1 }, 'ZEBRA_MARC_FORMAT' => { 'marc21' => 1, 'normarc' => 1, 'unimarc' => 1 }, # FIXME should generate from contents of distributation - 'ZEBRA_LANGUAGE' => { 'cs' => 1, 'en' => 1, 'es' => 1, 'fr' => 1, 'gr' => 1, 'nb' => 1, 'ru' => 1, 'uk' => 1 }, # FIXME should generate from contents of distribution + 'ZEBRA_LANGUAGE' => { 'cs' => 1, 'el' => 1, 'en' => 1, 'es' => 1, 'fr' => 1, 'nb' => 1, 'ru' => 1, 'uk' => 1 }, # FIXME should generate from contents of distribution 'ZEBRA_TOKENIZER' => { chr => 1, icu => 1 }, 'RUN_DATABASE_TESTS' => { 'yes' => 1, 'no' => 1 }, 'USE_MEMCACHED' => { 'yes' => 1, 'no' => 1 }, --- a/debian/docs/koha-create.xml +++ a/debian/docs/koha-create.xml @@ -26,7 +26,7 @@ koha-create ||| marc21|normarc|unimarc - en|es|fr|gr|nb|ru|uk + el|en|es|fr|nb|ru|uk server:port namespace_prefix server:port --- a/debian/scripts/koha-create +++ a/debian/scripts/koha-create @@ -52,7 +52,7 @@ Options: --marcflavor flavor Set the MARC flavor. Valid values are marc21 (default), normarc and unimarc. --zebralang lang Choose the primary language for Zebra indexing. Valid - values are cs, en (default), es, fr, gr, nb, ru and uk. + values are cs, el, en (default), es, fr, nb, ru and uk. --elasticsearch-server s Enforce the use of the specified Elasticsearch server(s) (default: localhost:9200). --memcached-servers str Set a comma-separated list of host:port memcached servers. --- a/debian/templates/koha-sites.conf +++ a/debian/templates/koha-sites.conf @@ -28,7 +28,7 @@ DEFAULTSQL="" # default: 'marc21' ZEBRA_MARC_FORMAT="marc21" -# ZEBRA_LANGUAGE: 'cs' | 'en' | 'es' | 'fr' | 'gr' | 'nb' | 'ru' | 'uk' +# ZEBRA_LANGUAGE: 'cs' | 'el' | 'en' | 'es' | 'fr' | 'nb' | 'ru' | 'uk' # Primary language for Zebra indexing # default: 'en' ZEBRA_LANGUAGE="en"