[Koha-bugs] [Bug 11225] \n in translation strings should be removed

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Nov 12 14:38:45 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11225

--- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Hi Jonathan,

did you translate the string using pootle or did you do it manually in the text
file? It used to be a bug in Pootle causing problems with escaping (bug 4883)

An easy way to solve it, and also not have the confusing \n in translation is
concatenating:

_("Cannot test prediction pattern for the following reason(s):") + "\\n\\n"

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


More information about the Koha-bugs mailing list