Moved commands to locales

This commit is contained in:
Profitroll 2022-12-17 00:58:12 +01:00
parent e5514cac7c
commit fa08679b11

View File

@ -42,32 +42,5 @@
"locations": {
"cache": "cache",
"locale": "locale"
},
"commands": {
"rules": "Check out the rules",
"nearby": "Show users near the area",
"reapply": "Resubmit the application",
"sponsorship": "Apply for sponsor role"
},
"commands_admin": {
"reboot": "Restart the bot",
"message": "Send a message",
"label": "Set user's nickname",
"warnings": "Check user's warnings",
"application": "Check user's application",
"applications": "Retrieve all applications as a JSON"
},
"commands_group_admin": {
"reboot": "Restart the bot",
"message": "Send a message",
"label": "Set user's nickname",
"nearby": "Show users near the area",
"warnings": "Check user's warnings",
"application": "Check user's application",
"applications": "Retrieve all applications as a JSON"
},
"commands_group_destination": {
"warn": "Warn a user",
"nearby": "Show users near the area"
}
}