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

            Bug ID: 33151
           Summary: Improve translation of string in cities.tt and
                    desks.tt
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: ASSIGNED
          Severity: trivial
          Priority: P5 - low
         Component: I18N/L10N
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]

admin/cities.tt and admin/desks.tt share a similar problem with regard to
translation:

#: koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt:178
#: koha-tmpl/intranet-tmpl/prog/en/modules/admin/desks.tt:179
#, c-format
msgid "%s Searching: %s %s %s "
msgstr "%s Recherche : %s %s %s "

Wrapping this string with <span> in both templates will make it easier:

msgid "Searching: %s"
msgstr "Recherche"

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
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