Merge pull request #455 from PHIDIAS0303/patch-1

Localization
This commit is contained in:
2026-09-06 17:05:04 +01:00
committed by GitHub
parent 58c2ad6fb5
commit 142d296a02
34 changed files with 879 additions and 851 deletions
+2 -2
View File
@@ -17,11 +17,11 @@ local commands = {}
commands.lawnmower = Commands.new("lawnmower", { "exp-commands_lawnmower.description" })
:register(function(player)
if SelectArea:stop(player) then
return Commands.status.success{ "exp-commands_lawnmower.exit" }
return Commands.status.success{ "exp_util.selection_exit", { "exp-commands_lawnmower.selection-name" } }
end
SelectArea:start(player)
return Commands.status.success{ "exp-commands_lawnmower.enter" }
return Commands.status.success{ "exp_util.selection_enter", { "exp-commands_lawnmower.selection-name" } }
end) --[[@as any]]
--- When an area is selected to be handled