i18n: move all kotlin bundles to resources/messages directories

This commit is contained in:
Roman Golyshev
2020-02-28 19:08:51 +03:00
committed by Dmitry Gridin
parent 1dded486f1
commit c3cbcc0842
27 changed files with 30 additions and 30 deletions
@@ -13,7 +13,7 @@ import java.util.*
object KotlinDebuggerCoroutinesBundle : KotlinBundleBase() {
@NonNls
private const val BUNDLE = "org.jetbrains.kotlin.idea.debugger.coroutine.KotlinDebuggerCoroutinesBundle"
private const val BUNDLE = "messages.KotlinDebuggerCoroutinesBundle"
override fun createBundle(): ResourceBundle = ResourceBundle.getBundle(BUNDLE)