Bug 17701 - Allow gender specific notification letters
Summary: Allow gender specific notification letters
Status: CLOSED INVALID
Alias: None
Product: Koha
Classification: Unclassified
Component: Notices (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Radek Šiman (R-Bit Technology, s.r.o.)
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-30 09:29 UTC by Radek Šiman (R-Bit Technology, s.r.o.)
Modified: 2017-06-14 22:10 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Radek Šiman (R-Bit Technology, s.r.o.) 2016-11-30 09:29:29 UTC
Notices should allow to differ their content with respect to patron's gender. Especially slavic languages distinguish between variants for her/him having different suffixes for adjectives. One example: 
"dear patron" (english)
"vážený čtenáři" (czech male variant)
"vážená čtenářko" (czech female variant)
Comment 1 Josef Moravec 2016-11-30 10:28:03 UTC
this could be probably done with template toolkit, did you see bug 14757?
Comment 2 Radek Šiman (R-Bit Technology, s.r.o.) 2016-11-30 10:41:34 UTC
Ooops, this explains a lot! I'll give it a try and I'll throw away my local code changes developed up to now. Never mind.
Comment 3 Radek Šiman (R-Bit Technology, s.r.o.) 2016-12-01 12:14:40 UTC
Template toolkit mentioned by Josef perfectly solves this issue. Closing as INVALID issue.