From bugzilla-daemon@bugs.koha-community.org Wed Feb 14 17:19:53 2018 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 20198] New: =?utf-8?b?YOKAumBtaXNzaW5n?= in breadcrumb of translated pages of aqbudgets.pl Date: Wed, 14 Feb 2018 16:19:46 +0000 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0417665912790756775==" --===============0417665912790756775== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3D20198 Bug ID: 20198 Summary: `=E2=80=BA`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/0ad922011cc330397d9b680b0d045bfd4= 8e85f44/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt#L17 =3D=3D Going further =3D=3D Other pages affected? --=20 You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. --===============0417665912790756775==-- From bugzilla-daemon@bugs.koha-community.org Wed Feb 28 19:07:16 2018 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 20198] =?utf-8?b?YOKAumBtaXNzaW5n?= in breadcrumb of translated pages of aqbudgets.pl Date: Wed, 28 Feb 2018 18:07:10 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2392308834367949407==" --===============2392308834367949407== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20198 Jonathan Druart 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. --===============2392308834367949407==-- From bugzilla-daemon@bugs.koha-community.org Fri May 4 14:50:18 2018 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 20198] =?utf-8?b?YOKAumBtaXNzaW5n?= in breadcrumb of translated pages of aqbudgets.pl Date: Fri, 04 May 2018 12:49:48 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7168855482941185723==" --===============7168855482941185723== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20198 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bgkriegel@gmail.com --- Comment #1 from Bernardo Gonzalez Kriegel --- Hi, what do you see after the translation? On current master that line ... Budgets › [% IF.. is translated as ...Presupuestos › [% IF.. using es-ES for example. Translation script prefers strings inside tags, ... 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. --===============7168855482941185723==-- From bugzilla-daemon@bugs.koha-community.org Sun Feb 10 14:29:30 2019 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 20198] =?utf-8?b?YOKAumBtaXNzaW5n?= in breadcrumb of translated pages of aqbudgets.pl Date: Sun, 10 Feb 2019 13:29:27 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1627973928837248341==" --===============1627973928837248341== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3D20198 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de Status|NEW |RESOLVED Resolution|--- |MOVED --- Comment #2 from Katrin Fischer --- 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=3DAll%20funds&sfield= s=3Dsource,target&soptions=3Dexact,case&unit=3D443028&offset=3D0 › %s%sFunds for '%s'%sAll funds%s%s %s=E2=90=A0 %s%sPostes budg=C3=A9taires pour '%s'%sTous les postes budg=C3=A9taires%s%s %s The › was left out when translating. This needs to be fixed in the po files via translate.koha-community.org --=20 You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. --===============1627973928837248341==-- From bugzilla-daemon@bugs.koha-community.org Mon Feb 11 11:28:30 2019 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 20198] =?utf-8?b?YOKAumBtaXNzaW5n?= in breadcrumb of translated pages of aqbudgets.pl Date: Mon, 11 Feb 2019 10:28:00 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8420225624035022303==" --===============8420225624035022303== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20198 --- Comment #3 from Victor Grousset/tuxayo --- 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. --===============8420225624035022303==--