Description
During the styling improvements, the timeline and playback plugin was not localized. Strings have to be localized.
please check the components and the plugins involved in timeline and playback plugins:
- web/client/plugins/timeline/InlineDateTimeSelector.jsx
- web/client/plugins/Timeline.jsx
- web/client/plugins/timeline/Timeline.jsx
- web/client/plugins/playback/Playback.jsx
- web/client/plugins/Playback.jsx
Most of them should be tooltips, so you can simply replace tooltip with tooltipId (buttons)
Description
During the styling improvements, the timeline and playback plugin was not localized. Strings have to be localized.
please check the components and the plugins involved in timeline and playback plugins:
Most of them should be tooltips, so you can simply replace tooltip with tooltipId (buttons)