http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8044 --- Comment #3 from Julian Maurice <julian.maurice@biblibre.com> --- Created attachment 9416 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9416&action=edit Translate basket CSV column names using Koha::I18N This is a test case for new module Koha::I18N. It translate CSV columns headers when you export a basket as CSV. To test: - create the directory for your language under locale/, for example fr_fr. - run locale/update_po.pl - translate the po locale/fr_fr/messages.po with your favorite po editor. - go to a basket page in staff interface with english interface - click on "Export this basket as CSV" and check that column titles are there and in english - change language to yours and click on the same button. - column names must be translated, according to the PO file. -- You are receiving this mail because: You are watching all bug changes.