Greg Netsas

Results 1139 comments of Greg Netsas

@kiamlaluno `!required` is basically an asterisk inside an `` HTML tag, with a specific/fixed title **_as an attribute_**, and the value of that attribute is always "This field is required.",...

> ... but translators should be able to place the asterisk before or after the title, depending on what is done in their language. If that is the case, then:...

> Translators are already asked to translate *[!site-name] !subject*. Following the same reasoning, `t()` should not be used with `'[!site-name] !subject'` because the site name and the subject are just...

> If by *context* you mean the `'context'` array key used in the array passed as third parameter to `t()`, that is possible, ... Yes, that is what I mean...

Well, contexts are meant to be used in order to help translators when things are ambiguous or similar words may have different meanings. In the case of `!title !required`, as...

...as an alternative, I'm happy to add a couple of `@todo`s there instead, as reminder to clean that up in Backdrop 2.0.

I'm thinking change and then redirect sounds reasonable.

> Would a radio set allow to hide the fields that are not used ... Yes, that can be done using `#states` 👍🏼 > ...including the not selected radio? That...