[koha-commits] main Koha release repository branch master updated. v19.05.00-1337-g737d8d1

Git repo owner gitmaster at git.koha-community.org
Fri Nov 22 16:22:00 CET 2019


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  737d8d1c7c044905c22e4ed735f7782589cf1f80 (commit)
       via  9abdc5945b937dd7a7d9888c63654c35a67c2675 (commit)
      from  000c42cd60f324a9c1d3fd92900b3be834505327 (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 737d8d1c7c044905c22e4ed735f7782589cf1f80
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Fri Nov 22 14:47:19 2019 +0000

    Bug 24068: (RM follow-up) Enhance the POD
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 9abdc5945b937dd7a7d9888c63654c35a67c2675
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Nov 19 17:26:52 2019 +0100

    Bug 24068: Fix I18 plugin - tnpx must call __npx
    
    Test plan:
    Use the following code to test this change
        [% PROCESS 'i18n.inc' %]
        [% SET nb_stuffs = 1 %]
        [% tnpx('context', 'There is one stuff.', 'There are {count} stuffs.', nb_stuffs, { count = nb_stuffs }) | $raw  %]
        [% SET nb_stuffs = 42 %]
        [% tnpx('context', 'There is one stuff.', 'There are {count} stuffs.', nb_stuffs, { count = nb_stuffs }) | $raw  %]
    
    Compare with and without the patch
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 Koha/Template/Plugin/I18N.pm |   54 ++++++++++++++++++++++++++++++++++++++----
 1 file changed, 50 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list