Skip to content

Conversation

@xterao
Copy link
Collaborator

@xterao xterao commented Sep 25, 2025

Summary
This PR resolves localization warnings in plugin.xml and addresses additional warnings detected in build.gradle.

Changes

  • Fixed properties in plugin.xml that were showing localization warnings.
  • Created a message bundle file for configuration-related strings.
  • Added i18n support so that localized messages can be properly referenced from plugin.xml.
  • Updated build.gradle to resolve existing warnings and ensure a cleaner build process.

Impact

  • Removes unnecessary warnings in both plugin.xml and build.gradle.
  • Improves maintainability by centralizing translatable strings.
  • Prepares the plugin for better internationalization support.
  • Provides a more stable and warning-free build configuration.

@xterao xterao linked an issue Sep 25, 2025 that may be closed by this pull request
@xterao xterao self-assigned this Sep 25, 2025
@xterao xterao added this to the 2.4.0 Release milestone Sep 25, 2025
@xterao xterao changed the title Localization for plugin.xml Localization for plugin.xml and Warning Fixes Sep 25, 2025
@xterao xterao force-pushed the document/i18n-plugin-xml branch from 0ff95ba to a7861de Compare September 25, 2025 07:22
@xterao
Copy link
Collaborator Author

xterao commented Sep 25, 2025

An error occurred in build.gradle requiring explicit task type specification when using tasks.register.
Without this fix, Spotless formatting cannot be executed, resulting in a build error. Therefore, this issue has been addressed together in this update.

@xterao xterao merged commit 5f7559f into main Sep 25, 2025
5 checks passed
@xterao xterao deleted the document/i18n-plugin-xml branch September 25, 2025 07:56
@xterao xterao added the documentation Improvements or additions to documentation label Sep 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Internationalization of property files (warning handling)

2 participants