https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20198 Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bgkriegel@gmail.com --- Comment #1 from Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> --- Hi, what do you see after the translation? On current master that line ... <a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Budgets</a> › [% IF.. is translated as ...<a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Presupuestos</a> › [% IF.. using es-ES for example. Translation script prefers strings inside tags, <a>...</a> in this case; if '›' remains alone, then it's also removed from translation files. But that does not affect the translated result file, on first look. Do you find a problem with the translated file? Regards -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.