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

--- Comment #1 from Caroline Cyr La Rose <[email protected]> ---
I tried putting <span> around the strings, but it doesn't change the
staff-prog.po file... Maybe I'm not putting them in the right place?

        [% IF t.ktd %]
             [% IF t.ktd.size == 1 %]
            <li><span><strong><a
href="https://gitlab.com/koha-community/koha-testing-docker";>KTD</a>
maintainer:</strong></span>
                [% INCLUDE person p=t.ktd.0 %]
            </li>
            [% ELSE %]
            <li><span><strong><a
href="https://gitlab.com/koha-community/koha-testing-docker";>KTD</a>
maintainers:</strong></span>
                <ul>
                    [% FOREACH j IN t.ktd %]
                    <li>[% INCLUDE person p=j %]
                    [% END %]
                </ul>
            </li>
            [% END %]
        [% END %]

After `gulp po:update --lang fr-CA`, the fr-CA-staff-prog.po file still has the
three strings separated.

#: koha-tmpl/intranet-tmpl/prog/en/includes/about-team.inc:214
#: koha-tmpl/intranet-tmpl/prog/en/includes/about-team.inc:218
#, c-format
msgid "KTD"
msgstr ""

#: koha-tmpl/intranet-tmpl/prog/en/includes/about-team.inc:214
#, c-format
msgid "maintainer:"
msgstr ""

#: koha-tmpl/intranet-tmpl/prog/en/includes/about-team.inc:218
#, c-format
msgid "maintainers:"
msgstr ""

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
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