http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10986 --- Comment #6 from mathieu saby <mathieu.saby@univ-rennes2.fr> --- (In reply to Katrin Fischer from comment #4)
I agree that the current way seems complicated, but it does more than just control the list on the advanced search page. It also controls the BIDI display, by telling the templates when a language is LTR or RTL. We have to see where else it is used before changing anything here.
That's not a problem : direction of display could be retreived automaticaly. It depends on the kind of "script" used by the language http://en.wikipedia.org/wiki/Right-to-left And you can get the type of script of each language on several pages. For ex : http://www.lexvo.org/page/iso639-3/ara use arabic (and syriac) script (lvont:usesScript lexvo:script/Arab), whitch is written RTL. But of course, this would be a big-work-enh. So, the patch of Blou deserves attention ;-) Mathieu -- You are receiving this mail because: You are watching all bug changes.