Summary: | Unimarc xslt default templates are in french | ||
---|---|---|---|
Product: | Koha | Reporter: | Zeno Tajoli <ztajoli> |
Component: | I18N/L10N | Assignee: | Chris Cormack <chris> |
Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
Severity: | major | ||
Priority: | P5 - low | CC: | cnighswonger |
Version: | rel_3_2 | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: | a zip file of all Unimarc XSLT |
Description
Zeno Tajoli
2010-09-08 10:09:27 UTC
An update: now the files with a mix of English and French are: ../koha-tmpl/opac-tmpl/prog/en/xslt/UNIMARCslim2OPACDetail.xsl ../koha-tmpl/opac-tmpl/prog/en/xslt/UNIMARCSlimUtils.xsl ../koha-tmpl/opac-tmpl/prog/en/xslt/UNIMARCslim2OPACResults.xsl ../koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCSlim2OAIDC.xsl ../koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCSlim2intranetDetail.xsl ../koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCSlimUtils.xsl Created attachment 2738 [details]
a zip file of all Unimarc XSLT
I attach a new version of xslt files to fix the problem. I have done a simplex traslation fromn French to English but not in those points: line 85-89 of ../koha-tmpl/opac-tmpl/prog/en/xslt/UNIMARCslim2OPACResults.xsl, my translation: <xsl:template name="tag_4xx"> <xsl:for-each select="marc:datafield[@tag=464 or @tag=461]"> <span class="results_summary"> <span class="label">Linked with: </span> <span> in French there is the string "Extrait de: ". But if 461 is an upward link, 464 is a downward link. So I use a more generic string. The same at lines 85-89 of ../koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCSlim2intranetDetail.xsl I simply delete the lines 70-71 of ../koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCSlim2OAIDC.xsl The values 573 and 574 are not more present in Unimarc, now. In general I use the new version of Unimarc (3rd Edition of 2008). My mail to koha-patches is partial and in a wrong way. It is the first time I try to use git extentions (I work on Windows). The e-mail: http://lists.koha-community.org/pipermail/koha-patches/2010-November/012911.html The patch (a new version and complete) is here: http://lists.koha-community.org/pipermail/koha-patches/2010-November/013015.html Pushed, please test This bug has a patch presently committed to HEAD and 3.2.x. Please take the appropriate action to update the status of this bug. Remember, bugs which have been resolved should be tested and marked closed, preferably by the original reporter. This bug has a fix which was committed to the 3.2.x branch and released in 3.2.1. Please take time to update the status of this bug and mark it RESOLVED FIXED so that it may be closed. Marking CLOSED. A fix for this bug has been committed to the current development HEAD as well as released in 3.2.1. |