feat: Implement accept shift functionality with localization support for success messages

This commit is contained in:
Achintha Isuru
2026-03-19 15:55:27 -04:00
parent fea679b84c
commit 3d80e6b7ac
7 changed files with 50 additions and 2 deletions

View File

@@ -1362,6 +1362,7 @@
"go_to_certificates": "Go to Certificates",
"shift_booked": "Shift successfully booked!",
"shift_not_found": "Shift not found",
"shift_accepted": "Shift accepted successfully!",
"shift_declined_success": "Shift declined",
"complete_account_title": "Complete Your Account",
"complete_account_description": "Complete your account to book this shift and start earning"

View File

@@ -1357,6 +1357,7 @@
"go_to_certificates": "Ir a Certificados",
"shift_booked": "¡Turno reservado con éxito!",
"shift_not_found": "Turno no encontrado",
"shift_accepted": "¡Turno aceptado con éxito!",
"shift_declined_success": "Turno rechazado",
"complete_account_title": "Completa Tu Cuenta",
"complete_account_description": "Completa tu cuenta para reservar este turno y comenzar a ganar"