From 9b08127ee6072631f404beb7962e28fc094d820d Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sun, 5 May 2024 15:04:31 +0500 Subject: feat: line ids for command arguments + added missing error line --- localization/english.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'localization/english.json') diff --git a/localization/english.json b/localization/english.json index b044d98..77a736d 100644 --- a/localization/english.json +++ b/localization/english.json @@ -1,4 +1,12 @@ { + "argument.subcommand": "Subcommand", + "argument.message": "Message", + "argument.interval": "Interval", + "argument.name": "Name", + "argument.target": "Target", + "argument.value": "Value", + "argument.amount": "Amount", + "error.template": "{sender.alias_name}: 🚨 %s", "error.not_enough_arguments": "Not enough arguments (%s)", "error.incorrect_argument": "Incorrect argument (%s)", -- cgit v1.2.3