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

Plugin result not showing added/removed keys #158

Open
kunjanos opened this issue Apr 23, 2020 · 0 comments
Open

Plugin result not showing added/removed keys #158

kunjanos opened this issue Apr 23, 2020 · 0 comments

Comments

@kunjanos
Copy link

Is your feature request related to a problem? Please describe.

I have setup the babel-plugin-i18next-extract 0.7.2 and it works fine.
I'm using the CLI command to extract translations: yarn run babel -f .babelrc 'src//*.{js,jsx}'**
All keys are being extracted correctly, BUT the command is listing ALL the source code that's being parsed, and it's quite annoying that it's NOT showing the keys that are added/removed or things like that.
Went through all the docs and couldn't find a way to make the plugin show what has changed in the translated file.

Describe alternatives you've considered

At the moment I switched to i18next-scanner, that does the job and shows the extracted translations, but I really love the comment hints this babel plugin has, so I would like to switch back. Maybe I just missed something?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant