corrección de botonesa, y por lo visto también traducciones

This commit is contained in:
2026-05-10 23:36:31 +02:00
parent 4751a607bd
commit a8494f7b01
40 changed files with 463 additions and 168 deletions

View File

@@ -705,4 +705,13 @@ class AppLocalizationsEs extends AppLocalizations {
@override
String get defaultPlayerName => 'Jugador';
}
@override
String get play => 'Jugar';
@override
String get history => 'Historial';
@override
String get mainTagline => 'Descubre al impostor antes de que sea tarde';
}