Add foundations for the data request sockets
This commit is contained in:
parent
8632054e63
commit
ce6ac8a93b
8 changed files with 48 additions and 0 deletions
|
|
@ -31,6 +31,13 @@
|
|||
"system": "Text-Based Actors"
|
||||
}
|
||||
}
|
||||
},
|
||||
"notifs": {
|
||||
"error": {
|
||||
"invalid-socket": "Invalid socket data received, this means a module or system bug is present.",
|
||||
"unknown-socket-event": "An unknown socket event was received: {event}",
|
||||
"malformed-socket-payload": "Socket event \"{event}\" received with malformed payload. Details: {details}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue