Commit eb2af62
authored
fix(ui5-icons): generate i18n JSON imports (#13583)
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 #134171 parent 0ec1c40 commit eb2af62
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
0 commit comments