Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translation Editor doesn't work with .js translation files #1110

Open
tim-bistroo opened this issue Mar 15, 2024 · 0 comments
Open

Translation Editor doesn't work with .js translation files #1110

tim-bistroo opened this issue Mar 15, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@tim-bistroo
Copy link

Describe the bug
When I use the i18n Ally Editor I can't click the (empty) input to fill in a translation.
My translation files are .js files. It does work when I have them in .json format.

Extension Version
v2.12.0

Framework/i18n package you are using
vue-i18n

To Reproduce
My settings.json:
"i18n-ally.localesPaths": ["src/lang"], "i18n-ally.enabledParsers": [ "js", "json" ], "i18n-ally.enabledFrameworks": [ "vue" ], "i18n-ally.includeSubfolders": true, "i18n-ally.pathMatcher": "{locale}/{namespace}.{ext}", "i18n-ally.indent": 2, "i18n-ally.extract.keyMaxLength": 40, "i18n-ally.preferredDelimiter": ".",

Device Infomation

  • OS: MacOS
  • Version: 14.1.1
  • VS Code Version: 1.87.2

Extension Log

✅ Loading finished

Screenshots
image

@tim-bistroo tim-bistroo added the bug Something isn't working label Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant