You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
right now, the ui5-icon component is fetching translations from the main package like this: fetchI18nBundle("@ui5/webcomponents");
this also means that the icons package contains a message bundle that no one uses, and the main package contains texts that do not belong there.
this feature should include:
the icon component should load message bundles from the relevant icon package - example icon tnt/workflow-editor should look up texts from @ui5/webcomponents/icons-tnt
the texts for icons should be removed from the main package
The text was updated successfully, but these errors were encountered:
The Icon component now loads message bundles from the relevant icon package
The icons i18n texts are removed from the main package and added to the icons package
Accessibility texts are added for more icons (about 60), for each that we had key-value entry in the message bundle (prior to this change only 4 used to have such)
Related to: #2739
alexandar-mitsev
pushed a commit
to alexandar-mitsev/ui5-webcomponents
that referenced
this issue
Feb 1, 2021
The Icon component now loads message bundles from the relevant icon package
The icons i18n texts are removed from the main package and added to the icons package
Accessibility texts are added for more icons (about 60), for each that we had key-value entry in the message bundle (prior to this change only 4 used to have such)
Related to: SAP#2739
NHristov-sap
pushed a commit
to NHristov-sap/ui5-webcomponents
that referenced
this issue
Feb 9, 2021
The Icon component now loads message bundles from the relevant icon package
The icons i18n texts are removed from the main package and added to the icons package
Accessibility texts are added for more icons (about 60), for each that we had key-value entry in the message bundle (prior to this change only 4 used to have such)
Related to: SAP#2739
right now, the ui5-icon component is fetching translations from the main package like this:
fetchI18nBundle("@ui5/webcomponents");
this also means that the icons package contains a message bundle that no one uses, and the main package contains texts that do not belong there.
this feature should include:
tnt/workflow-editor
should look up texts from@ui5/webcomponents/icons-tnt
The text was updated successfully, but these errors were encountered: