Problem/Motivation
In a single language site is no translation problem.
In multi language sites translation of the options is not possible.
The stored option values in the database are translated depending on the language setting the webmaster has used and available translations.
Steps to reproduce
In a multi language site add a name field. At settings use a fieldtype drop down or auto complete for the title (with the default options) and save the settings. Create a new entity and select a title from the options (together with other name components). Save the entity. Translate the chosen option in the translation UX.
Display the created entity in all languages and the chosen title is allways in English.
Proposed resolution
Declare that config translatable.
| Comment | File | Size | Author |
|---|
Issue fork name-3197242
Show commands
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:
- 3197242-name-title-translatable
changes, plain diff MR !3
Comments
Comment #2
promesComment #3
geek-merlinI bumped into this too.
Comment #5
geek-merlinTrivial MR flying in that fixes the issue for me.
(Tests seem to be broken for the whole module currently.)
Comment #6
geek-merlinComment #7
heddnThanks for the contributions!
Comment #9
geek-merlinGreat to see that this module gets some love!