https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31563

--- Comment #2 from Katrin Fischer <katrin.fisc...@bsz-bw.de> ---
This shows that the 0 are lost in the translation process:

English:
<li role="presentation">

                                        <a href="#return-claims"
id="return-claims-tab" aria-controls="return-claims" role="tab"
data-toggle="tab">
                                            Claims
                                            (<span title="Resolved claims"
class="label label-default" id="return-claims-count-resolved">0</span>
                                            <span title="Unresolved claims"
class="label label-default" id="return-claims-count-unresolved">0</span>)
                                        </a>

                                </li>

French:
<li role="presentation">

 <a href="#return-claims" id="return-claims-tab" aria-controls="return-claims"
role="tab" data-toggle="tab">
 Réclamations (<span class="label label-default"
id="return-claims-count-resolved" title="Réclamations résolues"></span>)

 <span class="label label-default" id="return-claims-count-unresolved"
title="Réclamations non résolues"></span></a>

 </li>

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to