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

Integrate with "Java i18n" bundled plugin instead of manual internationalization implementation #108

Open
duemir opened this issue Sep 23, 2022 · 0 comments

Comments

@duemir
Copy link
Member

duemir commented Sep 23, 2022

org.kohsuke.stapler.idea.I18nRefactorAction which corresponds to i18n for Stapler refactoring action. Is a fully custom action that relies on APIs from Properties plugins.

Instead of doing it all by hand, it might be possible to extend com.intellij.java-i18n.i18nizeHandlerProvider, which is java-i18n extension point.

Things to take care of:

  • Figure out how I18n refactor dialog is customized
  • Add a template for Maven Localizer?
@timja timja removed the enhancement label Nov 21, 2024
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

2 participants