You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When having the following code snippet in a pure JS file and trying to extract the ´Hello ${test}´ part, it does not transform the test variable into a parameter {0} but instead the output in the JSON file is just "Hello ${test}". When doing the same within the <script> of a Vue SFC, it works without problems. (Also see the attached screen recording)
Describe the bug
When having the following code snippet in a pure JS file and trying to extract the
´Hello ${test}´
part, it does not transform thetest
variable into a parameter{0}
but instead the output in the JSON file is just"Hello ${test}"
. When doing the same within the<script>
of a Vue SFC, it works without problems. (Also see the attached screen recording)Extension Version
v2.6.10
Framework/i18n package you are using
vue-i18n
To Reproduce
Steps to reproduce the behavior:
Device Infomation
Extension Log
Screenshots
Bildschirmaufnahme.2021-06-30.um.17.04.10.mov
The text was updated successfully, but these errors were encountered: