refactorización de pantallas
This commit is contained in:
@@ -520,6 +520,19 @@ abstract class AppLocalizations {
|
||||
/// **'Jugadores en debate'**
|
||||
String get playersInDebate;
|
||||
|
||||
|
||||
/// No description provided for @voteOf.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Vote from {name}'**
|
||||
String voteOf(String name);
|
||||
|
||||
/// No description provided for @firstTurnInstruction.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'{name} starts by saying their word.'**
|
||||
String firstTurnInstruction(String name);
|
||||
|
||||
/// No description provided for @activePlayersInfo.
|
||||
///
|
||||
/// In es, this message translates to:
|
||||
|
||||
Reference in New Issue
Block a user