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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jun 4 14:20:35 CEST 2012


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

Julian Maurice <julian.maurice at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #9416|0                           |1
        is obsolete|                            |

--- Comment #17 from Julian Maurice <julian.maurice at biblibre.com> ---
Created attachment 9911
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9911&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:
  - 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.

--

Same patch, but the commit message differ.

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


More information about the Koha-bugs mailing list