| Summary: | `›`missing in breadcrumb of translated pages of aqbudgets.pl | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Victor Grousset/tuxayo <victor> |
| Component: | I18N/L10N | Assignee: | Bugs List <koha-bugs> |
| Status: | RESOLVED MOVED | QA Contact: | Testopia <testopia> |
| Severity: | minor | ||
| Priority: | P5 - low | CC: | bgkriegel, f.demians, jonathan.druart |
| Version: | Main | Keywords: | Academy |
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
|
Description
Victor Grousset/tuxayo
2018-02-14 16:19:46 UTC
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 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 Thanks a lot Bernardo & Katrin , didn't though that the &rsaquo was in the .po file. |