https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30587 --- Comment #1 from Tomás Cohen Arazi <tomascohen@gmail.com> --- 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 <tomascohen@theke.io> -- You are receiving this mail because: You are watching all bug changes.