http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4465 Summary: Translated boolean syspref are inverted Product: Koha Version: rel_3_2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: translate.koha.org AssignedTo: frederic@tamil.fr ReportedBy: frederic@tamil.fr Estimated Hours: 0.0 Change sponsored?: --- For example, for NoZebra syspref in French 'no' means 'yes' and 'yes' mean 'no'. It applies to all boolean sysprefs. The bugs comes from a tricky issue with how YAML parser interprets yes/no value in hash's keys. Those values are surrounded automatically with double quotes which causes translated syspref installation to fail. A first proposed patch add a new and otherwise unnecessary dependency (YAML::XS): http://lists.koha.org/pipermail/koha-patches/2010-March/005752.html -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.