Skip to content

Translations not supported #1309

Open
Open
@rkfg

Description

@rkfg

In particular, in Riot web the room name says "Empty room (was ..." when the other user leaves. This string can't be localized so it looks bad when everything else is in another language.

Related code:

return `Empty room (was ${memberNamesToRoomName(leftNames)})`;

Same issue with memberNamesToRoomName function, it always sets the room name to "{user1} and {user2}" for a room with 3 participants regardless of the current locale.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions