-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Labels
EnhancementIndicates a new feature requestIndicates a new feature request
Description
Description
The MBWay component has no translation when locale filters / resourceConfigurations have default language tags.
Example:
resourceConfigurations.addAll( [ "bg", "cs", "da", "de", "el", "en", "es", "et", "fi", "fr", "hu", "it", "lt", "lv", "nb", "no", "nl", "pl", "pt", "ro", "sk", "sl", "sv", "sv-rSE" ] )
This configuration results in lack of translations in MBWay component.
The component should have translations for languages without specified regions (ex. de-rDE)
Steps to Reproduce
- I am able to consistently reproduce this issue: Yes
- Steps to reproduce the issue:
- Specify resource configuration as demonstrated above
- Navigate to MBWay component with non-english language
- The component is in english
Integration Information
- Server-side integration: Advanced flow
- Client-side integration: Components
- SDK version: 5.15.0
- Android version(s) where issue occurs: any
- Device model(s) where issue occurs: any
Additional Context
Including all regional configurations in resource configuration is not a feasible solution, the library should be able to provide translations for languages without specified regions instead of defaulting to english.
Metadata
Metadata
Assignees
Labels
EnhancementIndicates a new feature requestIndicates a new feature request