-
-
Notifications
You must be signed in to change notification settings - Fork 49
Closed
Labels
Type: BugBug or Bug fixesBug or Bug fixes
Description
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
Labels
Type: BugBug or Bug fixesBug or Bug fixes