Hello,
I’m working with Camunda Platform 7.18, and I’m trying to fully localize the time strings displayed in the Tasklist UI.
As shown in the example below, the interface is partially localized to Greek, but time-related text like “a day ago” is still shown in English:
Δημιουργία a day ago
I understand that the Tasklist frontend uses Moment.js to display relative timestamps. However, since Tasklist is packaged as a compiled web app, I can’t easily modify or override Moment.js locale settings.
My questions are:
- Is there a supported or recommended way to configure the Moment.js locale used in Tasklist so that these relative time strings are fully translated (e.g., into Greek)?
- Does Camunda provide any configuration options or hooks to customize Tasklist frontend behavior, especially for localization?
I’d appreciate any guidance, best practices, or workarounds others have used to solve this.
Thank you!