translate icon indicating copy to clipboard operation
translate copied to clipboard

"Craft\TranslateModel" appearing as candidate translation string

Open nickdunn opened this issue 7 years ago • 0 comments

The following line in my template is causing "Craft\TranslateModel" to appear in the list.

<option value="/en" {{ craft.locale == 'en_gb' ? 'selected="selected"' : ''}}>{{ "English"|t }}</option>

Splitting {{"English"|t}} onto a newline solves the problem.

Using v0.4.3

nickdunn avatar Aug 15 '17 07:08 nickdunn