https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25364 --- Comment #13 from David Roberts <david.roberts@ptfs-europe.com> --- (In reply to Katrin Fischer from comment #12)
I am really happy to see this patch because I think we can do better there. In Germany the official third option is 'diverse' (hopefully translated correctly). I wonder if we could add classes or similar so 'Other' could be easily changed. In translation "Other" will cause a bit of trouble, as there is tons of 'other' in other contexts (if you don't do anything, we only get 1 translation of each identical string)
Hi Katrin That should be possible - but you can actually already change it pretty easily with the following jquery: $("#memberentry_identity label[for='sex-other']").html("Diverse "); I wonder if it might be worth adding classes to all the other gender options as well while I'm at it. -- You are receiving this mail because: You are watching all bug changes.