[IJPL-157311] inconsistent Bundle.properties files paths

fix structure

GitOrigin-RevId: 8ee35173c345822f7527239a7a9ca37656246c65
This commit is contained in:
Evgenii Ilichev
2024-06-27 20:46:01 +02:00
committed by intellij-monorepo-bot
parent 4c3b919103
commit 4073a8ce60
4 changed files with 3 additions and 2 deletions

View File

@@ -5,6 +5,7 @@
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/gen" isTestSource="false" generated="true" />
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />

View File

@@ -7,7 +7,7 @@ import org.jetbrains.annotations.NonNls
import org.jetbrains.annotations.PropertyKey
import java.util.function.Supplier
private const val BUNDLE: @NonNls String = "com.intellij.commandInterface.CommandInterfaceBundle"
private const val BUNDLE: @NonNls String = "messages.CommandInterfaceBundle"
internal object CommandInterfaceBundle : DynamicBundle(BUNDLE) {

View File

@@ -16,7 +16,7 @@
implementation="com.intellij.commandInterface.commandLine.CommandLineReferenceContributor"/>
<lang.elementManipulator forClass="com.intellij.commandInterface.commandLine.CommandLineElement"
implementationClass="com.intellij.commandInterface.commandLine.CommandLineElementManipulator"/>
<localInspection language="CommandLine" shortName="CommandLineInspection" bundle="com.intellij.commandInterface.CommandInterfaceBundle"
<localInspection language="CommandLine" shortName="CommandLineInspection" bundle="messages.CommandInterfaceBundle"
key="commandLine.inspection.name"
enabledByDefault="true" level="WARNING"
groupKey="INSP.GROUP.python"