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
@@ -20,7 +20,7 @@ import org.jetbrains.annotations.PropertyKey
import org.jetbrains.kotlin.util.AbstractKotlinBundle
@NonNls
private const val BUNDLE = "org.jetbrains.kotlin.idea.KotlinBundle"
private const val BUNDLE = "messages.KotlinBundle"
object KotlinBundle : AbstractKotlinBundle(BUNDLE) {
@JvmStatic