4fc012b422
**Description** This pull request changes the WebSocket connection `handle lost` log message in the `wsOnConnection` method of the `GameSocket` class. The original log message was: ```typescript this.logger.debug(this.localisationService.getText("websocket-socket_lost_deleting_handle"); >>> [WS] Socket lost, deleting handle, status: %s ``` Which was inconsistent with most other languages. It can be understood from context that the socket was lost, therefor deleted and closed. Instead now; ```typescript this.logger.debug(this.localisationService.getText("websocket-socket_lost_deleting_handle"); >>> [WS] Socket lost, deleting handle ``` This is achieved through editing the languages one by one and removing the "`status: %s`" component. **Related** - Closes: https://dev.sp-tarkov.com/SPT-AKI/Issues/issues/421 Co-authored-by: Deadly <info.saddiki@gmail.com> Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/214 Co-authored-by: Deadly Alden <deadly@noreply.dev.sp-tarkov.com> Co-committed-by: Deadly Alden <deadly@noreply.dev.sp-tarkov.com> |
||
---|---|---|
.. | ||
ar.json | ||
cs.json | ||
da.json | ||
de.json | ||
el.json | ||
en.json | ||
es-es.json | ||
fr.json | ||
hi.json | ||
hu.json | ||
id.json | ||
it.json | ||
ja.json | ||
ko.json | ||
lt.json | ||
nl.json | ||
no.json | ||
pl.json | ||
pt-br.json | ||
pt-pt.json | ||
ru.json | ||
sv-se.json | ||
sv.json | ||
tr.json | ||
vi.json | ||
zh-cn.json | ||
zh-TW.json |