fix(homepage): expose translations through public entry point - #4819
Open
karthikjeeyar wants to merge 1 commit into
Open
karthikjeeyar wants to merge 1 commit into
karthikjeeyar wants to merge 1 commit into
Conversation
karthikjeeyar
requested review from
a team,
Eswaraiahsapram and
christoph-jerolimov
as code owners
September 16, 2026 14:47
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release-1.10/homepage #4819 +/- ##
========================================================
Coverage ? 53.23%
========================================================
Files ? 2413
Lines ? 86358
Branches ? 23897
========================================================
Hits ? 45975
Misses ? 40049
Partials ? 334
*This pull request uses carry forward flags. Click here to find out more. Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
karthikjeeyar
force-pushed
the
fix/homepage-translations-export
branch
from
September 16, 2026 14:55
b6a9aeb to
2ea15c3
Compare
Signed-off-by: Karthik <[email protected]>
karthikjeeyar
force-pushed
the
fix/homepage-translations-export
branch
from
September 16, 2026 15:16
2ea15c3 to
c39196a
Compare
|
christoph-jerolimov
approved these changes
Sep 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Fixes: https://redhat.atlassian.net/browse/RHDHBUGS-3740
Make homepage translations publicly available
Background
The alpha entry point currently mixes the legacy OFS translation resources with NFS modules. This causes issues when the plugin is consumed by the OFS application.
Changes
homepageTranslationsandhomepageTranslationRefto the public plugin entry point.✔️ Checklist