[Koha-bugs] [Bug 9216] Make table headings translatable

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 11 10:01:53 CEST 2014


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

Jonathan Druart <jonathan.druart at biblibre.com> changed:

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

--- Comment #8 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Created attachment 26989
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=26989&action=edit
Bug 9216: columns.def file is not translatable

The sql column headers is stored into the columns.def file.
This file is not managed by the translation script.

This patch makes possible the headers translation.
Note: The translation xml tags were added to avoid all lines to be put
on a single line.

Test plan:
1/ update your po file
cd misc/translate;
perl translate -f columns update LANG # Replace by another language here
2/ translate header columns (search "columns.def" in your po file).
3/ install the translated columns.def
perl translate -f columns install LANG # Replace by another language here
4/ go on the report module > create a new report > next > next
5/ change the language
on the 3rd step, you should see the column header translated.

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


More information about the Koha-bugs mailing list