We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8613c2c commit 14a4938Copy full SHA for 14a4938
packages/main/src/Label.ts
@@ -43,6 +43,7 @@ import labelCss from "./generated/themes/Label.css.js";
43
renderer: litRender,
44
template: LabelTemplate,
45
styles: labelCss,
46
+ languageAware: true,
47
})
48
class Label extends UI5Element {
49
/**
@@ -100,7 +101,7 @@ class Label extends UI5Element {
100
101
static i18nBundle: I18nBundle;
102
103
static async onDefine() {
- Label.i18nBundle = await getI18nBundle("@ui5/webcomponents-fiori");
104
+ Label.i18nBundle = await getI18nBundle("@ui5/webcomponents");
105
}
106
107
0 commit comments