Closed (fixed)
Project:
Babel
Version:
1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Apr 2026 at 07:14 UTC
Updated:
13 May 2026 at 13:45 UTC
Jump to comment: Most recent
The issue is that if the text format or other non translatable properties are concatenated into the source, then it cab create confusion, its not correct and when you use the copy functionality, it will appear in the translated value.
Fix
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
huzookaConnecting dots.
Comment #4
alorencMR did not my issue
I wanted to translate the term, but I see problems when I translate the Barbell UI once and then the default UI
Comment #5
alorencComment #6
andras_szilagyi commentedFixed
Comment #7
alorencIt works for me but I have added some suggestions
Comment #8
alorencComment #9
andras_szilagyi commentedFixed thank you
Comment #10
alorencComment #11
alorencComment #12
huzookaThis is not the right solution to the problem, only a workaround.
There might be field types where not just the main property is translatable (text with summary), and there are field types where main property makes no sense to be translated, but the other properties do (file).
The change what you just did made the file fields' description non-translatable.
So, this causes a regression in case of file fields.
Comment #13
claudiu.cristeaLet's accept this workaround for now (we're still in alpha) and provide a proper fix in #3580366: Create strategy to handle translation of multi-column fields
Comment #15
claudiu.cristeaThank you
Comment #17
huzookaThis is not just a workaround, as I wrote in my previous comment: