[Koha-bugs] [Bug 30517] Translation breaks editing parent type circulation rule

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 12 21:31:22 CEST 2022


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

--- Comment #1 from Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> ---
This is the string that is causing the problem

#. %1$s:  itemtypeloo.translated_description | html 
#: koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt:374
#, c-format
msgid "%s (All)"
msgstr "%s (Toutes)"

If I add fuzzy to the last commented line and reapply the translation, the
problem goes away.

#. %1$s:  itemtypeloo.translated_description | html 
#: koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt:374
#, fuzzy,c-format
msgid "%s (All)"
msgstr "%s (Toutes)"

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


More information about the Koha-bugs mailing list