chore: Migrate action names to resource bundle
This commit is contained in:
parent
f9317ebe29
commit
0636ba09f6
2 changed files with 4 additions and 4 deletions
|
@ -178,18 +178,15 @@
|
||||||
/>
|
/>
|
||||||
</extensions>
|
</extensions>
|
||||||
|
|
||||||
<actions>
|
<actions resource-bundle="zigbrains.ActionsBundle">
|
||||||
<action
|
<action
|
||||||
id="zigbrains.discover.steps"
|
id="zigbrains.discover.steps"
|
||||||
class="com.falsepattern.zigbrains.project.steps.discovery.ZigDiscoverStepsAction"
|
class="com.falsepattern.zigbrains.project.steps.discovery.ZigDiscoverStepsAction"
|
||||||
text="Reload Zig Build Steps"
|
|
||||||
description="Scan the project and detect build.zig steps using the current toolchain"
|
|
||||||
icon="AllIcons.Actions.Refresh"
|
icon="AllIcons.Actions.Refresh"
|
||||||
/>
|
/>
|
||||||
<action
|
<action
|
||||||
id="zigbrains.file.new"
|
id="zigbrains.file.new"
|
||||||
class="com.falsepattern.zigbrains.project.actions.ZigNewFileAction"
|
class="com.falsepattern.zigbrains.project.actions.ZigNewFileAction"
|
||||||
text="New Zig File"
|
|
||||||
>
|
>
|
||||||
<add-to-group group-id="NewGroup" anchor="before" relative-to-action="NewFile"/>
|
<add-to-group group-id="NewGroup" anchor="before" relative-to-action="NewFile"/>
|
||||||
</action>
|
</action>
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
action.zigbrains.discover.steps.text=Reload Zig Build Steps
|
||||||
|
action.zigbrains.discover.steps.description=Scan the project and detect build.zig steps using the current toolchain
|
||||||
|
action.zigbrains.file.new.text=Zig File
|
Loading…
Add table
Reference in a new issue