Skip to content

Commit 5b8071b

Browse files
committed
fix(messages): rename MyBundle.properties to AiCommitsBundle.properties
Closes #153 Closes #182
1 parent 16d0ad1 commit 5b8071b

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
### Fixed
6+
7+
- Language Pack plugin makes the AI commits plugin unusable.
8+
59
## [1.6.0] - 2024-03-05
610

711
### Added

src/main/kotlin/com/github/blarc/ai/commits/intellij/plugin/AICommitsBundle.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import org.jetbrains.annotations.PropertyKey
1111
import java.net.URL
1212

1313
@NonNls
14-
private const val BUNDLE = "messages.MyBundle"
14+
private const val BUNDLE = "messages.AiCommitsBundle"
1515

1616
object AICommitsBundle : DynamicBundle(BUNDLE) {
1717

@@ -39,4 +39,4 @@ object AICommitsBundle : DynamicBundle(BUNDLE) {
3939
fun plugin() = PluginManagerCore.getPlugin(PluginId.getId("com.github.blarc.ai-commits-intellij-plugin"))
4040

4141

42-
}
42+
}

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

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

5555
</projectListeners>
5656

57-
<resource-bundle>messages.MyBundle</resource-bundle>
57+
<resource-bundle>messages.AiCommitsBundle</resource-bundle>
5858

5959
<!-- Extension points defined by the plugin.
6060
Read more: https://plugins.jetbrains.com/docs/intellij/plugin-extension-points.html -->

0 commit comments

Comments
 (0)