You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plese add localized plural forms for this string (even if singular form is never going to be used). Many languages need different plural forms (Croatian, Slovenian, etc.)
"hasPlacedPieceCount": "The current player has placed {count} pieces.",
"@hasPlacedPieceCount": {
"description": "The current player has placed {count} pieces.",
"placeholders": {
"count": {
"description": "Number of pieces placed.",
"example": "3"
}
}
},
"hasPlacedPieceCount": "{count, plural, =0{The current player has placed no pieces.} =1{The current player has placed one piece.} other{The current player has placed {count} pieces.}}",
"@hasPlacedPieceCount": {
"description": "Message describing how many pieces the current player has placed, with support for pluralization.",
"placeholders": {
"count": {
"type": "int",
"description": "Number of pieces placed by the player.",
"example": "3"
}
}
}
The text was updated successfully, but these errors were encountered:
Plese add localized plural forms for this string (even if singular form is never going to be used). Many languages need different plural forms (Croatian, Slovenian, etc.)
The text was updated successfully, but these errors were encountered: