Skip to content

add i18n#46

Merged
jaksonlin merged 3 commits intomainfrom
with_ai
Apr 16, 2025
Merged

add i18n#46
jaksonlin merged 3 commits intomainfrom
with_ai

Conversation

@jaksonlin
Copy link
Owner

add i18n to menu buttons

@jaksonlin jaksonlin requested a review from Copilot April 15, 2025 13:35
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 11 out of 15 changed files in this pull request and generated no comments.

Files not reviewed (4)
  • src/main/resources/META-INF/plugin.xml: Language not supported
  • src/main/resources/messages/MyBundle.properties: Language not supported
  • src/main/resources/messages/MyBundle_en_US.properties: Language not supported
  • src/main/resources/messages/MyBundle_zh_CN.properties: Language not supported

@github-actions
Copy link

github-actions bot commented Apr 15, 2025

Qodana Community for JVM

83 new problems were found

Inspection name Severity Problems
Call to 'printStackTrace()' 🔶 Warning 9
Constant values 🔶 Warning 8
Nullability and data flow problems 🔶 Warning 8
Field may be 'final' 🔶 Warning 7
Unused import 🔶 Warning 7
Result of method call ignored 🔶 Warning 5
Unchecked warning 🔶 Warning 5
Unnecessary call to 'toString()' 🔶 Warning 5
Field can be local 🔶 Warning 4
@NotNull/@Nullable problems 🔶 Warning 3
Stream API call chain can be simplified 🔶 Warning 3
Redundant type cast 🔶 Warning 2
Minimum 'switch' branches 🔶 Warning 2
Redundant 'if' statement 🔶 Warning 2
Incorrect string capitalization 🔶 Warning 1
Mismatched query and update of collection 🔶 Warning 1
'protected' member in 'final' class 🔶 Warning 1
Redundant 'Collection' operation 🔶 Warning 1
'StringBuilder' can be replaced with 'String' 🔶 Warning 1
Trailing whitespace in text block 🔶 Warning 1
Unnecessary 'return' statement 🔶 Warning 1
Unused assignment 🔶 Warning 1
Write-only object 🔶 Warning 1
Method can be extracted ◽️ Notice 4

💡 Qodana analysis was run in the pull request mode: only the changed files were checked

View the detailed Qodana report

To be able to view the detailed Qodana report, you can either:

To get *.log files or any other Qodana artifacts, run the action with upload-result option set to true,
so that the action will upload the files as the job artifacts:

      - name: 'Qodana Scan'
        uses: JetBrains/qodana-action@v2024.1.5
        with:
          upload-result: true
Contact Qodana team

Contact us at qodana-support@jetbrains.com

@jaksonlin jaksonlin merged commit 4ea561b into main Apr 16, 2025
4 checks passed
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

Successfully merging this pull request may close these issues.

2 participants