The object_name and object_name_plural attributes are labels which should be translated. However, before they can be marked for translation using _( ), there are some issues that need to be addressed first.
These attributes are used in messages that are not internationalized:
The above messages should be translated as well.
The object_name_plural is also used in the error log which usually contains non-translated messages.
One solution is to log ldap_obj.name instead of ldap_obj.object_name_plural.
attachment freeipa-edewata-0206-Fixed-object_name-and-object_name_plural-internation.patch
master: b2c5b2b
Metadata Update from @edewata: - Issue assigned to edewata - Issue set to the milestone: FreeIPA 2.1 - 2011/07
Login to comment on this ticket.