[koha-commits] main Koha release repository branch master updated. v3.18.00-349-g6b26f88

Git repo owner gitmaster at git.koha-community.org
Thu Feb 19 15:09:41 CET 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, master has been updated
       via  6b26f8858e5069a2fae21fb28692a8eeb37fa0a8 (commit)
      from  b5721e8758d8fa002a5006ef828cdbe48ce1ec64 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6b26f8858e5069a2fae21fb28692a8eeb37fa0a8
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Wed Feb 18 12:27:20 2015 -0300

    Bug 13728: koha-translate -l -a shows po files instead of language codes
    
    This patch corrects the call to 'basename' inside the script so it correctly
    shows the language code when asked to list the available languages.
    
    To test:
    - On a packages install, run:
      $ koha-translate --list --available
    => FAIL: It shows:
    am-Ethi-opac-bootstrap.po
    ar-Arab-opac-bootstrap.po
    az-AZ-opac-bootstrap.po
    be-BY-opac-bootstrap.po
    ben-opac-bootstrap.po
    ...
    
    - Apply the patch
    - Copy the patched debian/scripts/koha-translate script to your packages setup.
    - Run:
      $ koha-translate --list --available
    => SUCCESS: It shows:
    am-Ethi
    ar-Arab
    az-AZ
    be-BY
    ben
    ...
    
    - Sign off :-D
    
    Sponsored-by: Universidad Nacional de Cordoba
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

-----------------------------------------------------------------------

Summary of changes:
 debian/scripts/koha-translate |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list