vue-i18n-extract icon indicating copy to clipboard operation
vue-i18n-extract copied to clipboard

dynamic is not well detected

Open Cephaz opened this issue 1 year ago • 0 comments

it works when

t(`blabla.${variable[index]}`)

but for

t(variable[name])
t(variable)
t(variable.x)

it does not detect him

Cephaz avatar Oct 23 '24 09:10 Cephaz