SAP / ui5-webcomponents-react

A wrapper implementation for React of the UI5 Web Components that are compliant with the SAP Fiori User Experience
https://sap.github.io/ui5-webcomponents-react/
Apache License 2.0
437 stars 98 forks source link

MessageBox: Title and actions button text is not translated #5745

Closed lateefsofi closed 5 months ago

lateefsofi commented 5 months ago

Describe the bug

We have an incident where MessageBox Title and action buttons text is not translated in other languages like "Finnish"

Isolated Example

No response

Reproduction steps

1. 2. 3. ...

Expected Behaviour

MessageBox Title and action buttons text should be translated in other languages

Screenshots or Videos

image

UI5 Web Components for React Version

1.23.3

UI5 Web Components Version

1.20.0

Browser

Chrome

Operating System

No response

Additional Context

No response

Relevant log output

No response

Organization

Successfactors

No response

Declaration

Lukas742 commented 5 months ago

Hi @lateefsofi

I couldn't reproduce the issue. Please add a reproducible example, preferably by using this StackBlitz template.

lateefsofi commented 5 months ago

Looks this is an issue from Application side. We have a missing import import "@ui5/webcomponents-react/dist/Assets";. Now translation is working