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 KotlinNJ2KServicesBundle : KotlinBundleBase() {
|
||||
@NonNls
|
||||
private const val BUNDLE = "org.jetbrains.kotlin.nj2k.KotlinNJ2KServicesBundle"
|
||||
private const val BUNDLE = "messages.KotlinNJ2KServicesBundle"
|
||||
|
||||
override fun createBundle(): ResourceBundle = ResourceBundle.getBundle(BUNDLE)
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ import java.util.*
|
||||
|
||||
object KotlinNJ2KBundle : KotlinBundleBase() {
|
||||
@NonNls
|
||||
private const val BUNDLE = "org.jetbrains.kotlin.nj2k.KotlinNJ2KBundle"
|
||||
private const val BUNDLE = "messages.KotlinNJ2KBundle"
|
||||
|
||||
override fun createBundle(): ResourceBundle = ResourceBundle.getBundle(BUNDLE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user