https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30587
--- Comment #1 from Tomás Cohen Arazi <[email protected]> --- Created attachment 133591 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=133591&action=edit Bug 30587: Fix opac-tags.tt translate issues This patch addresses one specific case. To test: 1. Run: $ kshell k$ cd misc/translator k$ perl translate update es-ES 2. On your git checkout run: $ git diff | grep '\[% limit or' => FAIL: That shouldn't be translated 3. Run: $ git reset --hard HEAD 4. Apply this patch 5. Repeat 1 and 2 => SUCCESS: No attempt to translate that tag 6. Sign off :-D Signed-off-by: Tomas Cohen Arazi <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
