Active
Project:
Relation
Version:
7.x-1.0-rc4
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Jul 2013 at 22:26 UTC
Updated:
4 Jul 2013 at 20:49 UTC
Hi,
It seems that label and reverse label can't be translated with i18n multilingual module.
Is it correct?
Thank you,
Damien.
Comments
Comment #1
naught101 commentedYes, that's currently correct.
The relation label is just generated using something along the lines of
"$endpoint_one $relation_type_label $endpoint_two. I don't know if that would be easily internationalisable. The relation type label and reverse label should definitely both be internationalised. But the label isn't enough, because presumably someone will want to translate the label to a language that doesn't use the form "subject verb object", and also the label is currently useless for unary or n-ary relations with n>2.So yes, let's get the relation type label and reverse label translatable.
Relation labels are more or less useless in most current situations except the natural language formatter which needs an overhaul. See #1479346: Create a display formatter to display relation_endpoints with tokens
Comment #2
damien_dd commentedGreat.
Thank you naught101.