[Koha-bugs] [Bug 9216] Add a file for table headings translation and copy of this file during the translation process

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 29 15:13:11 CET 2013


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #13895|0                           |1
        is obsolete|                            |
  Attachment #13896|0                           |1
        is obsolete|                            |

--- Comment #5 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Created attachment 22521
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=22521&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).
Be careful, you have to keep the column names!
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 the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list