fix(extensions): expose translations through public entry point - #4818
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 and
christoph-jerolimov
as code owners
September 16, 2026 14:29
karthikjeeyar
requested review from
invincibleJai
and removed request for
a team
September 16, 2026 14:29
karthikjeeyar
force-pushed
the
fix/extensions-translations-export
branch
from
September 16, 2026 14:30
0ebfeff to
e60631b
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release-1.10/extensions #4818 +/- ##
==========================================================
Coverage ? 60.97%
==========================================================
Files ? 2067
Lines ? 63986
Branches ? 16616
==========================================================
Hits ? 39018
Misses ? 24679
Partials ? 289
*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/extensions-translations-export
branch
from
September 16, 2026 14:49
e60631b to
6987fa6
Compare
Signed-off-by: Karthik <[email protected]>
karthikjeeyar
force-pushed
the
fix/extensions-translations-export
branch
from
September 16, 2026 14:50
6987fa6 to
f5bfecc
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 extensions 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
extensionsTranslationsandextensionsTranslationRefto the public plugin entry point.✔️ Checklist