Cambio de icono y traducciones
This commit is contained in:
@@ -727,4 +727,24 @@ class AppLocalizationsEn extends AppLocalizations {
|
||||
@override
|
||||
String get automaticLanguage => 'Automatic';
|
||||
|
||||
@override
|
||||
String get noSavedGames => 'No saved games yet.';
|
||||
|
||||
@override
|
||||
String get errorNoGame => 'Error: no game';
|
||||
|
||||
@override
|
||||
String get disconnectedPlayersWarning => 'Some players have a disconnected device.';
|
||||
|
||||
@override
|
||||
String get assumeOnThisPhone => 'Take over on this phone';
|
||||
|
||||
@override
|
||||
String get noResult => 'No result';
|
||||
|
||||
@override
|
||||
String historyGameSummary(int players, int impostors, int rounds, String word, String category) {
|
||||
return '$players players • $impostors impostor(s) • $rounds round(s)\n$word • $category';
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user