i18n: move all kotlin bundles to resources/messages directories
This commit is contained in:
committed by
Dmitry Gridin
parent
1dded486f1
commit
c3cbcc0842
@@ -13,7 +13,7 @@ import java.util.*
|
||||
|
||||
object KotlinGitBundle : KotlinBundleBase() {
|
||||
@NonNls
|
||||
private const val BUNDLE = "org.jetbrains.kotlin.idea.git.KotlinGitBundle"
|
||||
private const val BUNDLE = "messages.KotlinGitBundle"
|
||||
|
||||
override fun createBundle(): ResourceBundle = ResourceBundle.getBundle(BUNDLE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user