12 Apr
2022
12 Apr
'22
8:31 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30517 --- Comment #1 from Caroline Cyr La Rose <caroline.cyr-la-rose@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.