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

--- Comment #3 from Caroline Cyr La Rose <[email protected]> ---
I made a patch for the itemsearch.tt page, but I need help for the
smtp_servers.tt page.

I tried to change 

return _("On");

for 

return _("On","Active");
return _p("Active", "On");
return _p('Active', 'On');
return __p("Active","On");
return __p('Active','On');
...

All of these effectively remove the string from fr-CA-staff-prog.po, but they
don't add it back with the context in messages.po or message-js.po.

-- 
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