Skip to content

[Bug]: Translation Linting is not greedy enough #370

Open
@inmanturbo

Description

@inmanturbo

Extension Version

1.0.7

PHP Binary

Local PHP

Operating System

Linux

What happened?

Only get the squiggles for translations inside curl brackets

Mimimal Code Sample

{{-- This works. Save will say Translation [Save] not found --}}
<flux:button variant="primary" type="submit" class="w-full">{{ __('Save') }}</flux:button>
{{-- This doesn't work --}}
<flux:input
  wire:model="password_confirmation"
  :label="__('Confirm Password')"
/>

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions