refactorización de pantallas
This commit is contained in:
@@ -213,6 +213,16 @@ class AppLocalizationsEn extends AppLocalizations {
|
||||
@override
|
||||
String get playersInDebate => 'Players in discussion';
|
||||
|
||||
@override
|
||||
String voteOf(String name) {
|
||||
return "Vote from $name";
|
||||
}
|
||||
|
||||
@override
|
||||
String firstTurnInstruction(String name) {
|
||||
return "$name starts by saying their word.";
|
||||
}
|
||||
|
||||
@override
|
||||
String activePlayersInfo(int active, int impostors) {
|
||||
return '$active active • $impostors hidden impostor(s)';
|
||||
|
||||
Reference in New Issue
Block a user