Koha/debian/docs
Andreas Roussos f0cbb2063a
Bug 25149: Fix Zebra language code for Greek
According to the list of two-letter language codes found in ISO 639-1
(https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes), the correct
Zebra language option for Greek should be 'el', not 'gr'.

This patch fixes that.

Test plan:
0) Apply the patch.
1) Confirm that 'gr' has been changed to 'el' in all relevant files.
2) Create a new Koha instance using `koha-create --zebralang el testinst1`.
3) Edit /etc/koha/koha-sites.conf and set ZEBRA_LANGUAGE to 'el'. Then,
   create another Koha instance with `koha-create testinst2`.
4) Confirm that both instances created in steps 2) and 3) have picked up
   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

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
2020-04-29 17:14:30 +01:00
..
koha-common.xml Bug 22238: Remove koha-*-sip scripts in favor of koha-sip 2019-02-11 18:30:10 +00:00
koha-create-dirs.xml
koha-create.xml Bug 25149: Fix Zebra language code for Greek 2020-04-29 17:14:30 +01:00
koha-disable.xml
koha-dump-defaults.xml
koha-dump.xml Bug 14532: Add --exclude-indexes switch to koha-dump 2016-03-02 04:39:51 +00:00
koha-elasticsearch.xml Bug 23137: Add documentation 2020-04-29 17:02:11 +01:00
koha-email-disable.xml
koha-email-enable.xml
koha-enable.xml
koha-foreach.xml Bug 17717: Add a --chdir option switch for koha-foreach 2018-03-15 08:22:04 +00:00
koha-indexer.xml Bug 23400: Add --status to koha-indexer 2019-10-08 14:33:27 +01:00
koha-list.xml
koha-mysql.xml Bug 12372: Updated man pages for koha-mysql 2015-08-24 13:18:12 -03:00
koha-mysqlcheck.xml
koha-plack.xml
koha-rebuild-zebra.xml Bug 17468: Remove koha-*-zebra scripts and its traces 2018-03-26 17:31:27 -03:00
koha-remove.xml Bug 17266 - Update man page for koha-remove with -p 2016-09-15 13:46:10 +00:00
koha-reset-passwd.xml
koha-restore.xml
koha-run-backups.xml
koha-shell.xml
koha-sip.xml Bug 24340: allow koha-sip --disable inst 2020-02-12 16:09:35 +00:00
koha-sitemap.xml Bug 16016: Sitemap handling scripts for packages 2016-05-04 13:34:21 +00:00
koha-translate.xml Bug 16749: Update debian docs for koha-translate 2017-02-17 13:20:57 +00:00
koha-upgrade-schema.xml
koha-upgrade-to-3.4.xml
koha-zebra.xml Bug 17467: Add koha-zebra documentation 2017-10-27 14:10:30 -03:00
LEEME.Debian