MVP #141
@@ -90,15 +90,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"winner": "Winner: {winnerName}",
|
"winner": "Winner",
|
||||||
"@winner": {
|
"@winner": {
|
||||||
"description": "Shows the winner's name",
|
"description": "Winner label",
|
||||||
"placeholders": {
|
|
||||||
"winnerName": {
|
|
||||||
"type": "String",
|
|
||||||
"example": "John"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"players": "Players",
|
"players": "Players",
|
||||||
"@players": {
|
"@players": {
|
||||||
|
|||||||
@@ -99,7 +99,7 @@ class _MatchTileState extends State<MatchTile> {
|
|||||||
const SizedBox(width: 8),
|
const SizedBox(width: 8),
|
||||||
Expanded(
|
Expanded(
|
||||||
child: Text(
|
child: Text(
|
||||||
loc.winner(winner.name),
|
"${loc.winner}: ${winner.name}",
|
||||||
style: const TextStyle(
|
style: const TextStyle(
|
||||||
fontSize: 14,
|
fontSize: 14,
|
||||||
fontWeight: FontWeight.w600,
|
fontWeight: FontWeight.w600,
|
||||||
|
|||||||
Reference in New Issue
Block a user