feat(falukant): add improve lover affection feature and localization updates
All checks were successful
Deploy to production / deploy (push) Successful in 2m49s
All checks were successful
Deploy to production / deploy (push) Successful in 2m49s
- Introduced the `improveLoverAffection` method in FalukantService to enhance relationship dynamics by allowing users to boost affection at a cost. - Updated FalukantController and FalukantRouter to include the new endpoint for improving lover affection. - Enhanced FamilyView component to provide a button for users to trigger the affection improvement action. - Added localization entries for the new feature in multiple languages, ensuring clarity in user interactions regarding affection improvements.
This commit is contained in:
@@ -794,6 +794,10 @@
|
||||
"maintenanceHigh": "Entretien 75",
|
||||
"maintenanceSuccess": "L'entretien a été ajusté.",
|
||||
"maintenanceError": "La maintenance n'a pas pu être ajustée.",
|
||||
"improveAffection": "Renforcer l’affection ({cost})",
|
||||
"improveAffectionHint": "Augmente l’affection, coûte de l’argent et augmente aussi la visibilité.",
|
||||
"improveAffectionSuccess": "L’affection a été renforcée ({cost}). Nouvelles valeurs : affection {affection}, visibilité {visibility}, discrétion {discretion}.",
|
||||
"improveAffectionError": "L’affection n’a pas pu être améliorée.",
|
||||
"acknowledge": "Reconnaître",
|
||||
"acknowledgeSuccess": "La relation a été officiellement reconnue.",
|
||||
"acknowledgeError": "La relation n'a pas pu être reconnue.",
|
||||
|
||||
Reference in New Issue
Block a user