Skip to content

[Bug]: Translation string not underline if using blade variable #452

@joelstein

Description

@joelstein

Extension Version

1.1.1

PHP Binary

Herd

Operating System

macOS

What happened?

I love how this extension highlights untranslated strings in blade files.

However, if the attribute has a colon-character prefix, the untranslated string is not highlighted.

This works:

<flux:input label="{{ __('Name') }}"></flux:input>

But this does not:

<flux:input :label="__('Name')"></flux:input>

Mimimal Code Sample

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions