Skip to content

fix(ui5-icons): generate i18n JSON imports#13583

Merged
nnaydenow merged 3 commits into
mainfrom
icons-i18n
May 27, 2026
Merged

fix(ui5-icons): generate i18n JSON imports#13583
nnaydenow merged 3 commits into
mainfrom
icons-i18n

Conversation

@nnaydenow
Copy link
Copy Markdown
Contributor

@nnaydenow nnaydenow commented May 26, 2026

The icons-collection build pointed the i18n JSON imports generator at src/generated/assets/i18n, which only contains .json files. The generator regex only matches .properties files, so it found nothing and wrote an empty i18n.ts — making Assets.js a noop and causing the "Message bundle assets are not configured" warning.

Fix by pointing the generator at src/i18n (the .properties source), consistent with how components-package configures the same step.

Fixes #13417

@nnaydenow nnaydenow requested review from ilhan007 and pskelin May 26, 2026 08:02
@nnaydenow nnaydenow closed this May 26, 2026
@nnaydenow nnaydenow reopened this May 26, 2026
@nnaydenow nnaydenow merged commit eb2af62 into main May 27, 2026
32 of 35 checks passed
@nnaydenow nnaydenow deleted the icons-i18n branch May 27, 2026 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[icons]: @ui5/webcomponents-icons/dist/Assets.js is a noop

2 participants