mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-06 11:45:15 +00:00
chore(@desktop/chat): fix plural %1 members
translation
This commit is contained in:
parent
e3363e269a
commit
1d1bb2cfcf
@ -266,8 +266,7 @@ Item {
|
|||||||
StatusBaseText {
|
StatusBaseText {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
|
||||||
// TODO add the plural support
|
text: qsTr("%n member(s)", "", d.invitedCommunity.nbMembers)
|
||||||
text: qsTr("%1 members").arg(d.invitedCommunity.nbMembers)
|
|
||||||
font.pixelSize: 13
|
font.pixelSize: 13
|
||||||
font.weight: Font.Medium
|
font.weight: Font.Medium
|
||||||
color: Theme.palette.baseColor1
|
color: Theme.palette.baseColor1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user