Add Missing Command Locales (#331)

* Update lawnmower.lua

* Update bonus.lua

* Update greetings.lua

* Update personal-logistic.lua

* Update quickbar.lua

* Update personal_logistic.lua

* Update tag.lua

* Update commands.cfg

* Update commands.cfg

* Update commands.cfg
This commit is contained in:
2024-09-24 22:41:27 +09:00
committed by GitHub
parent 00fb38fdc5
commit 2f13aa7e11
10 changed files with 84 additions and 25 deletions

View File

@@ -41,7 +41,7 @@ local ignoredItems = {
--- Saves your quickbar preset to the script-output folder
-- @command save-quickbar
Commands.new_command('save-quickbar', 'Saves your Quickbar preset items to file')
Commands.new_command('save-quickbar', {'expcom-quickbar.description'}, 'Saves your quickbar preset items to file')
:add_alias('save-toolbar')
:register(function(player)
local filters = {}
@@ -64,4 +64,4 @@ Commands.new_command('save-quickbar', 'Saves your Quickbar preset items to file'
end
return {'quickbar.saved'}
end)
end)