Problem/Motivation

Browser update settings doesn't support translation for the text message override. In my project I had to alter schema config to add translation for this field

Steps to reproduce

Enable config translation module.
Install and enable "Browser update"
Go to the "/admin/config/regional/config-translation" and notice that there is no possibility to translate browser settings.

Proposed resolution

Update schema and change text_override field type to text.
Create bu.config_translation.yml file to support config translation form

Remaining tasks

User interface changes

API changes

Data model changes

Issue fork bu-3206653

Command icon 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:

Comments

jorgik created an issue. See original summary.

jorgik’s picture

Issue summary: View changes
s1933’s picture

hi jorgik,

I just tried your MR and this text also can't be translate...

Maybe, can we display this message with the t() function directly in the settings form like that ?