[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.05-31-g9f77885

Git repo owner gitmaster at git.koha-community.org
Wed Apr 30 16:03:03 CEST 2014


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, 3.14.x has been updated
       via  9f778852cc7d6d52a7ba3cff69b5365034b7667a (commit)
      from  4c3f8e0bc166b303073e12b6ac1a2cb81bffc79b (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 9f778852cc7d6d52a7ba3cff69b5365034b7667a
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Fri Jan 31 16:52:15 2014 -0300

    Bug 11655: koha-translate --list no longer shows 'en'
    
    'en' is not a translation and it doesn't make any sense to return it as
    part of the installed translations or the available ones.
    
    It becomes relevant to remove it as users upgrading their installed
    translations end up grepping the output to remove 'en' like in:
    
    for lang in $(koha-translate --list | grep -v -x -e 'en') ; do
      koha-translate --update $lang
    done
    
    instead of simply issuing the koha-translate --list command.
    
    To test:
    - Run
      ./koha-translate --list
      ./koha-translate --list --available
    => It shouldn't return 'en' in the result list.
    
    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: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 6aa021896827e846e58f88a8c5387df122688c53)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 debian/scripts/koha-translate |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list