https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30587
Owen Leonard <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #133591|0 |1 is obsolete| | Attachment #133592|0 |1 is obsolete| | --- Comment #3 from Owen Leonard <[email protected]> --- Created attachment 133770 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=133770&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]> Signed-off-by: Owen Leonard <[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/
