[Bug 32486] New: Small coding errors in the Brazilian Portuguese translations
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32486 Bug ID: 32486 Summary: Small coding errors in the Brazilian Portuguese translations Change sponsored?: --- Product: Koha Version: 22.11 Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: translate.koha-community.org Assignee: koha-bugs@lists.koha-community.org Reporter: steven.schmieder@gmail.com QA Contact: testopia@bugs.koha-community.org Created attachment 144711 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144711&action=edit file with corrected code snippets Several of files in the ../pt-Br/xslt subdirectories contain coding errors, one of which will return no result when it should. Specifically the code snippet in question found several places is "? q = um:". It should be "?q=an:" There are several similar trivial errors. I have corrected these errors in three files and uploaded one of them for comparison. /usr/share/koha/opac/htdocs/opac-tmpl/bootstrap/pt-BR/xslt/MARC21slimUtils.xsl at lines 441 and 492 /usr/share/koha/misc/translator.po/pt-Br-marc-MARC21.po at line 1984 /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/pt-BR/xslt/MARC21slimUtils.xsl at lines 478 and 529 Steven -- 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=32486 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Hi Steven, problems in translations need to be corrected on translate.koha-community.org. The translated files are not shipped, but generated from the po files when a language is installed. I have found this and fixed it in pt-BR several times: ? q = um: fixed to: ?q=an: For an example see: https://translate.koha-community.org/pt_BR/22.11/translate/pt-BR-marc-MARC21... -- 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