i18n-ally icon indicating copy to clipboard operation
i18n-ally copied to clipboard

Add translation feature for normal strings in React in Jetbrains IDEs

Open Wissperwind opened this issue 11 months ago • 0 comments

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.

Wissperwind avatar Mar 05 '24 12:03 Wissperwind