We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41fbb55 commit 138af7dCopy full SHA for 138af7d
src/main/resources/META-INF/plugin.xml
@@ -14,7 +14,8 @@
14
15
<resource-bundle>messages.DomaToolsBundle</resource-bundle>
16
<resource-bundle>messages.LLMInstallerBundle</resource-bundle>
17
- <resource-bundle>messages.DomaToolsSettingBundle</resource-bundle>
+ <!-- Write it last to make it recognized as the default resource bundle -->
18
+ <resource-bundle>messages.DomaToolsSettingBundle</resource-bundle>
19
20
<projectListeners>
21
<listener
0 commit comments