[Koha-bugs] [Bug 16749] Additional fixes for debian scripts

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Feb 11 09:17:45 CET 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16749

Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #60114|0                           |1
        is obsolete|                            |

--- Comment #28 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Created attachment 60125
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=60125&action=edit
Bug 16749: Adjustments for koha-translate

[AMENDED February 10, 2017]

[1] Add a -d|--dev parameter for dev installs.
[2] No hardcoded PERL5LIB or KOHA_INSTALL_DIR (KOHA_HOME).
    They are read from /etc/default or set by adjust_paths_dev_install.
[3] Adjust template paths for dev installs: OPAC_TMPL, INTRANET_TMPL.
[4] Remove references to obsolete themes ccsr and prog.

Test plan:
[1] Regular package install:
    Run koha-translate -l to show installed languages.
    Run koha-translate -l -a to show available languages.
    Add a language: koha-translate -i nl-NL. Check the nl-NL folder.
    Remove a language: koha-translate -r nl-NL. Check again.
[2] Dev install or kohadevbox:
    If needed, add the <dev_install> line to koha-conf.xml.
    Run koha-translate -l -d yourinstance to show installed languages.
    (Note: You only see the languages installed in that instance.)
    Add a language: koha-translate -i nl-NL -d yourinstance.
    Remove a language: koha-translate -r nl-NL -d yourinstance.

Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list