edvardchen / eslint-plugin-i18next

ESLint plugin for i18next. Prevent to display non-localized text for users
MIT License
137 stars 39 forks source link

Do you have any plan to support Vue framework? #133

Open fants613 opened 1 month ago

fants613 commented 1 month ago

I tried this plugin,it's a powerful tool, but we have some projects based on Vue,seems this tool can't integrate with Vue properly, it can not recognize these scenarios: 1. string literal in mustaches 2. string literal in Vue component prop value.for example:

<template>
  <div>{{ "this is a string literal in mustaches" }}</div>
  <myVueComponent title="this is my title"></myVueComponent>
</template>

So, want to know if you have any plan to support these features In the short term.

fants613 commented 1 month ago

@edvardchen looking forward to this feature can be implemented as soon as possible, or do you mind I raise a pull request to support it? I think I have time to do this

edvardchen commented 1 month ago

sure. Pr is welcome

fants613 commented 1 month ago

sure. Pr is welcome

ok, working on it