Error in log for typing message
Error in log messages:
kf.i18n: "1 instead of 2 arguments to message {%2 are typing} supplied before conversion."
In RoomPage.qml
https://invent.kde.org/network/neochat/-/blob/49881f809d073f2b651886ff479fbae0abb58de8/imports/NeoChat/Page/RoomPage.qml#L361
text: i18ncp("Message displayed when some users are typing", "%2 is typing", "%2 are typing", currentRoom.usersTyping.length, currentRoom.usersTyping.map(user => user.displayName).join(", "))