[koha-commits] main Koha release repository branch 3.10.x updated. v3.10.06-33-g00aa61d

Git repo owner gitmaster at git.koha-community.org
Fri Jun 14 04:06:53 CEST 2013


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.10.x has been updated
       via  00aa61dec0c7e9d6c77158d33c69d0108135211b (commit)
      from  8c1589e2541920d65f858eaa59c114a18837e8f3 (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 00aa61dec0c7e9d6c77158d33c69d0108135211b
Author: Frédéric Demians <f.demians at tamil.fr>
Date:   Tue May 14 13:01:56 2013 +0200

    Bug 10214 Add header to syspref po files
    
    With this patch, header is created when creating a new syspref .po file
    for a new language (translate create), and is added if it doesn't
    already exist when updating an existing language (translate update).
    
    To test:
    
    (1) Create a new language syspref file:
    
        ./translate create -p xx-XX
    
        Check that there is an header
    
    (2) Update an existing syspref file without header:
    
        ./translate update fr-FR
    
        Check that fr-FR-pref.po has a header
    
    (3) Update an existing syspref file with header:
    
        Modify fr-FR-pref.po. Add an email, or whatever.
    
        ./translate update fr-FR
    
        Check that fr-FR-pref.po has a header with the manual modification
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    Comment: Work as described. No errors.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    All tests and QA script pass.
    Also tested that updated pref files can still be installed correctly.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit 9ce862e451f56fdca7d368fd1a39e64e40fc678f)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit 06d576f4d7698152db8f2b1c89b92dc6892c5dfd)
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    (cherry picked from commit 06d576f4d7698152db8f2b1c89b92dc6892c5dfd)

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

Summary of changes:
 misc/translator/LangInstaller.pm |   22 ++++++++++++++++++++--
 1 files changed, 20 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list