1
0
mirror of synced 2024-11-24 15:50:16 +01:00

lang: Fixed broken localization in the Slice node

This commit is contained in:
WerWolv 2022-02-19 16:31:04 +01:00
parent 3b4d6d465b
commit 4a4d5ac694

View File

@ -497,6 +497,7 @@ namespace hex::plugin::builtin {
{ "hex.builtin.nodes.buffer.combine.header", "Combine buffers" },
{ "hex.builtin.nodes.buffer.slice", "Slice" },
{ "hex.builtin.nodes.buffer.slice.header", "Slice buffer" },
{ "hex.builtin.nodes.buffer.slice.input.buffer", "Input" },
{ "hex.builtin.nodes.buffer.slice.input.from", "From" },
{ "hex.builtin.nodes.buffer.slice.input.to", "To" },
{ "hex.builtin.nodes.buffer.repeat", "Repeat" },