nodes: Fixed a few issues with locatizations, errors and overlays

This commit is contained in:
WerWolv
2022-10-22 23:17:18 +02:00
parent 3b7f2fbdaa
commit 858e1aed3b
7 changed files with 22 additions and 17 deletions

View File

@@ -605,6 +605,7 @@ namespace hex::plugin::builtin {
{ "hex.builtin.nodes.buffer.slice.input.to", "To" },
{ "hex.builtin.nodes.buffer.repeat", "Repeat" },
{ "hex.builtin.nodes.buffer.repeat.header", "Repeat buffer" },
{ "hex.builtin.nodes.buffer.repeat.input.buffer", "Input" },
{ "hex.builtin.nodes.buffer.repeat.input.count", "Count" },
{ "hex.builtin.nodes.control_flow", "Control flow" },