feat: register adoption insights translation resources in dynamic plugins config#4950
Conversation
…gins config Co-authored-by: Cursor <cursoragent@cursor.com>
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4950 +/- ##
=======================================
Coverage 55.82% 55.82%
=======================================
Files 121 121
Lines 2350 2350
Branches 539 539
=======================================
Hits 1312 1312
Misses 1033 1033
Partials 5 5
Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
Add the missing Alpha wrapper export so dynamic plugin translation resources can resolve adoptionInsightsTranslations at runtime. Co-authored-by: Cursor <cursoragent@cursor.com>
|
@lokanandaprabhu: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |



Which issue(s) does this PR fix
Summary
Registers translation resources for the Adoption Insights dynamic plugin in
app-config.dynamic-plugins.yaml, enabling i18n support when the plugin is loaded as a dynamic plugin.Adds the
translationResourcesentry forred-hat-developer-hub.backstage-plugin-adoption-insights:importName:adoptionInsightsTranslationsref:adoptionInsightsTranslationRefThis follows the same pattern used by other RHDH dynamic plugins (e.g. Extensions, Dynamic Home Page).
PR acceptance criteria
Please make sure that the following steps are complete:
How to test changes / Special notes to the reviewer