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

Add translation feature for normal strings in React in Jetbrains IDEs #1101

Open
Wissperwind opened this issue Mar 5, 2024 · 0 comments
Open

Comments

@Wissperwind
Copy link

Wissperwind commented Mar 5, 2024

The plugin just detects what it calls "user facing strings.
This is for example <Typography>some text</Typography>. (The "some text" string)
Sometimes other strings needs to be translated. In React this can look like this {"some text"}.

I wish for:

  • the option to enable "detect all strings" in the scan.
  • The to recact i-18n quickfix in the context action for every string. They were not marked as error or warning. That would look wrong. But if you right klick on a string and click on display context actions, there can be an option from this plugin.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant