Skip to content

Commit d762a2e

Browse files
committed
chore: rename bundle
1 parent ad41f41 commit d762a2e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/main/kotlin/com/github/xepozz/toon/MyBundle.kt renamed to src/main/kotlin/com/github/xepozz/toon/ToonBundle.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ import org.jetbrains.annotations.NonNls
55
import org.jetbrains.annotations.PropertyKey
66

77
@NonNls
8-
private const val BUNDLE = "messages.MyBundle"
8+
private const val BUNDLE = "messages.ToonBundle"
99

10-
object MyBundle : DynamicBundle(BUNDLE) {
10+
object ToonBundle : DynamicBundle(BUNDLE) {
1111

1212
@JvmStatic
1313
fun message(@PropertyKey(resourceBundle = BUNDLE) key: String, vararg params: Any) =

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<depends>com.intellij.modules.platform</depends>
88

9-
<resource-bundle>messages.MyBundle</resource-bundle>
9+
<resource-bundle>messages.ToonBundle</resource-bundle>
1010

1111
<extensions defaultExtensionNs="com.intellij">
1212
<fileType
File renamed without changes.

0 commit comments

Comments
 (0)