[Koha-bugs] [Bug 11672] Untranslatable report areas in step 1 of Guided Reports

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 6 08:46:12 CEST 2014


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

paxed <pasi.kallinen at pttk.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |Needs Signoff
           Assignee|koha-bugs at lists.koha-commun |pasi.kallinen at pttk.fi
                   |ity.org                     |

--- Comment #1 from paxed <pasi.kallinen at pttk.fi> ---
Created attachment 27955
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=27955&action=edit
Fix untranslatable report areas

The guided reports UI shows a drop-down box with "Circulation", "Catalogue",
etc.
These are hard-coded in C4/Reports/Guided.pm  (the @REPORT_AREA hash)

To test:
1) cd misc/translator
2) perl translate update xx-YY
3) there should be no translations msgid for the report area names
   in the po/xx-YY-i-staff-t-prog-v-3006000.po
4) apply patch
5) perl translate update xx-YY
6) check po/xx-YY-i-staff-t-prog-v-3006000.po that it contains
   the msgid - search for "translate_report_areas"

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


More information about the Koha-bugs mailing list