[Koha-bugs] [Bug 18687] New: Translatability: abbr tag should not contain lang attribute

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun May 28 09:29:51 CEST 2017


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

            Bug ID: 18687
           Summary: Translatability: abbr tag should not contain lang
                    attribute
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: I18N/L10N
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: veron at veron.ch
        QA Contact: testopia at bugs.koha-community.org
                CC: frederic at tamil.fr

In manage-marc-import.tt, we have an abbreviation:

<abbr title="Differences between the original biblio and the imported"
lang="en">Diff</abbr>

In translations (e.g. German), the line appears as follows:
<abbr title="Unterschiede zwischen Originaltitelsatz und importiertem
Titelsatz" lang="en">Diff</abbr>

The lang attribute is wrong here, it is still "en". 
The text language is the same as defined at the top of the page - or with other
words, the lang tag is superfluous.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list