Fairly tricky this one as the names in the dropdowns are
field names from the database, have updated the report to
use css, and allowed translation of Equals/Contains in dropdown.
Will need to look at how to translate databsae field names.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Maybe the solution could be something similar to the method
used in other places: having a list of fields for the table
'tracking' with the translations, like the others in
include/irm.inc.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=255024
Fairly tricky this one as the names in the dropdowns are
field names from the database, have updated the report to
use css, and allowed translation of Equals/Contains in dropdown.
Will need to look at how to translate databsae field names.
Logged In: YES
user_id=1134235
Maybe the solution could be something similar to the method
used in other places: having a list of fields for the table
'tracking' with the translations, like the others in
include/irm.inc.
Logged In: YES
user_id=255024
Does anyone have any ideas about how to do this.
I've been sat for for 3 hours searching google, and reading
the gettext documentation and nothing looks like we can
translate database content easily.
My head hurts now. A lot.