File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
kotlin/com/github/blarc/ai/commits/intellij/plugin Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import org.jetbrains.annotations.PropertyKey
1111import java.net.URL
1212
1313@NonNls
14- private const val BUNDLE = " messages.MyBundle "
14+ private const val BUNDLE = " messages.AiCommitsBundle "
1515
1616object 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+ }
Original file line number Diff line number Diff line change 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 -->
File renamed without changes.
You can’t perform that action at this time.
0 commit comments