Open StefanAbel-OTOBO opened 3 years ago
This is done in Kernel::System::User::UserList() (https://github.com/RotherOSS/otobo/blob/163c96b00a62d38e5509d3e595c69e256537a51d/Kernel/System/User.pm#L1177). Usually translations are done in the frontend part, not in the backend. So there is no perfect solution (yet).
In other places where this occurs, the frontend part (e.g. Kernel/Modules/AgentTicketPhone.pm) would pass its LayoutObject to the backend part. It could be handled this way, at least...
When activating the out of office time, it is not translated to e.g. German in the Owner fields.
Set up out of office time:
Displayed in Owner field (e.g. in Action=AgentTicketPhone) in German language, but with English text and date format:
This also is the case for different languages, like French:
Tested in OTOBO 10.0.13 (ov48)