Skip to content

Include translation strings in backticks #301

@darthf1

Description

@darthf1

Hi!

For reasons currently unknown to me, I have translation strings, without variables, in backticks:

$t(`my.translation_key`)

These strings are not analyzed by this plugin. As soon as I change the code to:

$t('my.translation_key')

I get errors telling me my.translation_key does not exist in localization message resources.

Ill go try and convert all backticks to a normal single quote, but in the meantime, is it possbile to analyse these strings in backticks as well?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions