feat(FalukantService, i18n): enhance household tension handling and localization updates
All checks were successful
Deploy to production / deploy (push) Successful in 1m55s
All checks were successful
Deploy to production / deploy (push) Successful in 1m55s
- Added functionality to refresh and update household tension scores and reasons in the FalukantService, improving user experience by reflecting real-time household dynamics. - Updated localization strings across multiple languages (Cebuano, German, English, Spanish, French) to include new office rank terminology and improved marriage crisis descriptions, enhancing clarity and context for users. - Introduced a new office rank tier structure in localization files, providing better categorization and understanding of office ranks in the game.
This commit is contained in:
@@ -559,8 +559,8 @@
|
||||
"reputation": "Popularity at least {amount}",
|
||||
"house_position": "Household at least: {label}",
|
||||
"house_condition": "House condition at least {quality}",
|
||||
"office_rank_any": "Highest political or church office at least rank {amount}",
|
||||
"office_rank_political": "Highest political office at least rank {amount}",
|
||||
"office_rank_any": "Highest political or church office at least rank “{rankName}”",
|
||||
"office_rank_political": "Highest political office at least rank “{rankName}”",
|
||||
"lover_count_min": "At least {amount} lovers or favorites",
|
||||
"lover_count_max": "At most {amount} lovers or favorites",
|
||||
"unknown": "{type}: {amount}"
|
||||
@@ -585,6 +585,15 @@
|
||||
"usable": "adequate"
|
||||
},
|
||||
"houseConditionPercent": "{pct}%",
|
||||
"officeRankTier": {
|
||||
"1": "entry-level municipal offices",
|
||||
"2": "council and specialist offices",
|
||||
"3": "leading local offices",
|
||||
"4": "mid-level state administration",
|
||||
"5": "senior state offices",
|
||||
"6": "highest imperial office",
|
||||
"fallback": "tier {tier}"
|
||||
},
|
||||
"officeWithRank": "{label} (rank {rank})",
|
||||
"advance": {
|
||||
"confirm": "Request advancement",
|
||||
@@ -928,7 +937,7 @@
|
||||
"loverChild": "Child from an affair",
|
||||
"disorder": "Disorder in the house",
|
||||
"tooFewServants": "Too few servants",
|
||||
"marriageCrisis": "Marriage crisis"
|
||||
"marriageCrisis": "Low marriage satisfaction (strains household peace)"
|
||||
}
|
||||
},
|
||||
"marriageActions": {
|
||||
|
||||
Reference in New Issue
Block a user