[BUGFIX] Display inline elements in correct language (fixes #19)#24
Open
PBahner wants to merge 2 commits intoteam23:mainfrom
Open
[BUGFIX] Display inline elements in correct language (fixes #19)#24PBahner wants to merge 2 commits intoteam23:mainfrom
PBahner wants to merge 2 commits intoteam23:mainfrom
Conversation
added 2 commits
November 6, 2025 11:02
- hide translated inline elements in original language - show inline elements in correct language - fixes team23#19
362e5c0 to
45977c4
Compare
This was referenced Nov 6, 2025
Author
|
this change is part of #25 |
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.
What?
This pull request fixes the issue where translated content elements were incorrectly displayed inline as children of the original language container and appeared untranslated within the translated container.
Additionally, it updates the required version of
b13/containerto support v3 (includes #20, #21).Why?
Without this fix, the extension is not suitable for multi-language environments.
Furthermore,
b13/containercannot be used as a replacement for extensions like mask or gridelements in setups that rely on inline content elements.How?
isInlineDefaultLanguageRecordInLocalizedParentContextso that translated elements are editable within their translated container.b13/container.Version
I have bumped the version to
0.0.14.