Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adición de Ventana Final de Partida #36

Merged
merged 8 commits into from
Mar 6, 2025
290 changes: 290 additions & 0 deletions webapp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"react-scripts": "5.0.1",
"react-scrollbars-custom": "^4.1.1",
"react-simple-typewriter": "^5.0.1",
"recharts": "^2.15.1",
"web-vitals": "^3.5.1"
},
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions webapp/public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
"exit-confirm-msg-body": "You will lose your progress in this game.",
"exit-confirm-msg-exit": "Exit",
"exit-confirm-msg-close": "Close",
"play-again-button-text": "Play again",
"go-back-to-menu": "Go back to menu",
"back-button-text": "Back",
"recent-games-text": "Recent Games",
"game-details-text": "Game Details",
Expand Down
2 changes: 2 additions & 0 deletions webapp/public/locales/es/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
"exit-confirm-msg-body": "Si sales perderás el progreso de la partida en curso",
"exit-confirm-msg-exit": "Salir",
"exit-confirm-msg-close": "Cerrar",
"play-again-button-text": "Jugar de nuevo",
"go-back-to-menu": "Volver al menú",
"back-button-text": "Atrás",
"recent-games-text": "Partidas Recientes",
"game-details-text": "Detalles de la Partida",
Expand Down
Loading
Loading