[Bug 20198] New: `›`missing in breadcrumb of translated pages of aqbudgets.pl
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20198 Bug ID: 20198 Summary: `›`missing in breadcrumb of translated pages of aqbudgets.pl Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: I18N/L10N Assignee: koha-bugs@lists.koha-community.org Reporter: victor.grousset@biblibre.com QA Contact: testopia@bugs.koha-community.org CC: frederic@tamil.fr Just after `Budgets` the `›` is somehow eaten by the translation process. https://gitlab.com/koha-community/Koha/blob/0ad922011cc330397d9b680b0d045bfd... == Going further == Other pages affected? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20198 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@bugs.koha-c | |ommunity.org Keywords| |Academy -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
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.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20198 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de Status|NEW |RESOLVED Resolution|--- |MOVED --- Comment #2 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Hi Victor, I think this is an issue with the French translation files, found an example here: http://translate.koha-community.org/fr/translate/#search=All%20funds&sfields=source,target&soptions=exact,case&unit=443028&offset=0 › %s%sFunds for '%s'%sAll funds%s%s %s␠ %s%sPostes budgétaires pour '%s'%sTous les postes budgétaires%s%s %s The › was left out when translating. This needs to be fixed in the po files via translate.koha-community.org -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20198 --- Comment #3 from Victor Grousset/tuxayo <victor.grousset@biblibre.com> --- Thanks a lot Bernardo & Katrin , didn't though that the &rsaquo was in the .po file. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org