i18n: move all kotlin bundles to resources/messages directories
This commit is contained in:
committed by
Dmitry Gridin
parent
1dded486f1
commit
c3cbcc0842
+1
-1
@@ -13,7 +13,7 @@ import java.util.*
|
||||
|
||||
object KotlinDebuggerCoreBundle : KotlinBundleBase() {
|
||||
@NonNls
|
||||
private const val BUNDLE = "org.jetbrains.kotlin.idea.debugger.KotlinDebuggerCoreBundle"
|
||||
private const val BUNDLE = "messages.KotlinDebuggerCoreBundle"
|
||||
|
||||
override fun createBundle(): ResourceBundle = ResourceBundle.getBundle(BUNDLE)
|
||||
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@
|
||||
</constraints>
|
||||
<properties>
|
||||
<selected value="false"/>
|
||||
<text resource-bundle="org/jetbrains/kotlin/idea/debugger/KotlinDebuggerCoreBundle" key="variables.calculate.delegated.property.values"/>
|
||||
<text resource-bundle="messages/KotlinDebuggerCoreBundle" key="variables.calculate.delegated.property.values"/>
|
||||
</properties>
|
||||
</component>
|
||||
<vspacer id="c37da">
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@
|
||||
</constraints>
|
||||
<properties>
|
||||
<selected value="false"/>
|
||||
<text resource-bundle="org/jetbrains/kotlin/idea/debugger/KotlinDebuggerCoreBundle" key="filter.ignore.internal.classes"/>
|
||||
<text resource-bundle="messages/KotlinDebuggerCoreBundle" key="filter.ignore.internal.classes"/>
|
||||
</properties>
|
||||
</component>
|
||||
<vspacer id="c37da">
|
||||
|
||||
Reference in New Issue
Block a user