mirror of
https://github.com/jeremyd/ergo.git
synced 2026-06-18 18:39:45 -07:00
Update translations
This commit is contained in:
+1
-1
@@ -604,7 +604,7 @@ func nsSessionsHandler(server *Server, client *Client, command string, params []
|
||||
}
|
||||
|
||||
sessionData, currentIndex := target.AllSessionData(rb.session)
|
||||
nsNotice(rb, fmt.Sprintf(client.t("Nickname %s has %d attached session(s)"), target.Nick(), len(sessionData)))
|
||||
nsNotice(rb, fmt.Sprintf(client.t("Nickname %[1]s has %[2]d attached session(s)"), target.Nick(), len(sessionData)))
|
||||
for i, session := range sessionData {
|
||||
if currentIndex == i {
|
||||
nsNotice(rb, fmt.Sprintf(client.t("Session %d (currently attached session):"), i+1))
|
||||
|
||||
Reference in New Issue
Block a user