vue-i18n-extract
vue-i18n-extract copied to clipboard
dynamic is not well detected
it works when
t(`blabla.${variable[index]}`)
but for
t(variable[name])
t(variable)
t(variable.x)
it does not detect him