chore: Migrate action names to resource bundle

This commit is contained in:
FalsePattern 2024-11-28 13:42:25 +01:00
parent f9317ebe29
commit 0636ba09f6
Signed by: falsepattern
GPG key ID: E930CDEC50C50E23
2 changed files with 4 additions and 4 deletions

View file

@ -178,18 +178,15 @@
/>
</extensions>
<actions>
<actions resource-bundle="zigbrains.ActionsBundle">
<action
id="zigbrains.discover.steps"
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"
/>
<action
id="zigbrains.file.new"
class="com.falsepattern.zigbrains.project.actions.ZigNewFileAction"
text="New Zig File"
>
<add-to-group group-id="NewGroup" anchor="before" relative-to-action="NewFile"/>
</action>

View file

@ -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