[Koha-bugs] [Bug 8044] Localization for Perl scripts and modules

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 26 15:49:17 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8044

--- Comment #43 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 17714
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=17714&action=edit
Bug 8044: 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:
  - 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 and click on the same button.
  - column titles are still in english
  - now open a terminal, go to misc/translator and run:
      ./translate create LANG (e.g. fr-FR)
  - translate the po misc/translator/po/LANG-messages.po with your favorite po
    editor.
  - go back to the navigator and click again on the Export button
  - column names must be translated, according to the PO file.

Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list