feat(falukant): enhance notification handling and localization updates
All checks were successful
Deploy to production / deploy (push) Successful in 2m52s
All checks were successful
Deploy to production / deploy (push) Successful in 2m52s
- Updated the `enrichNotificationsWithCharacterNames` method in FalukantService to include region name enrichment and handle additional character IDs. - Introduced a new `serializeNotificationForClient` function to format notifications for the client, ensuring all relevant data is included. - Enhanced the MessagesDialog component to merge notification payloads and extract parameters more effectively, improving the clarity of displayed messages. - Added new localization entries for director resignation risk and regional festival effects in multiple languages, ensuring comprehensive user notifications.
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
"notify_election_created": "Se ha convocado una nueva elección.",
|
||||
"notify_office_filled": "Se ha cubierto un cargo político.",
|
||||
"director": {
|
||||
"resignation_risk_high": "Alto riesgo de renuncia de un director: riesgo {risk_percent}% (umbral {threshold_percent}%). Satisfacción actual {satisfaction}."
|
||||
"resignation_risk_high": "Alto riesgo de renuncia del director {directorName}: riesgo {risk_percent}% (umbral {threshold_percent}%). Satisfacción actual {satisfaction}."
|
||||
},
|
||||
"director_death": "{characterName} ha fallecido a la edad de {ageYears} años. Como empleador debes nombrar un nuevo director.{regionLabel}{spouses}{children}{lovers}",
|
||||
"relationship_death": "{characterName} ha fallecido a la edad de {ageYears} años.{regionLabel}{spouses}{children}{lovers}",
|
||||
@@ -95,7 +95,13 @@
|
||||
},
|
||||
"regional_festival": {
|
||||
"title": "Fiesta regional",
|
||||
"description": "Se celebra una gran fiesta en la región {regionName}."
|
||||
"description": "Se celebra una gran fiesta en la región {regionName}.{priceEffectLine}"
|
||||
},
|
||||
"effects": {
|
||||
"price_effect_suffix": " Efecto: variación esperada del precio de las mercancías ~{percent}%.",
|
||||
"festival_weather_line": "El tiempo en la región cambia.",
|
||||
"festival_price_line": "Precios de mercancías ~{percent} %.",
|
||||
"festival_quality_line": "Calidad de producción ~{change}."
|
||||
},
|
||||
"regional_epidemic": {
|
||||
"title": "Epidemia",
|
||||
|
||||
Reference in New Issue
Block a user