mirror of
https://github.com/yairm210/Unciv.git
synced 2025-03-03 22:22:51 +07:00
Translation fixes
This commit is contained in:
parent
a8b2a4471e
commit
e78f408bff
@ -1584,7 +1584,7 @@
|
||||
German:"Bevölkerung"
|
||||
}
|
||||
|
||||
"CityStates":{
|
||||
"City States":{
|
||||
Italian:"Città-Stato"
|
||||
}
|
||||
|
||||
|
@ -342,7 +342,7 @@ class CityStats {
|
||||
newBaseStatList["Buildings"] = cityInfo.cityConstructions.getStats()
|
||||
newBaseStatList["Policies"] = getStatsFromPolicies(civInfo.policies.adoptedPolicies)
|
||||
newBaseStatList["National ability"] = getStatsFromNationUnique()
|
||||
newBaseStatList["CityStates"] = getStatsFromCityStates()
|
||||
newBaseStatList["City States"] = getStatsFromCityStates()
|
||||
|
||||
baseStatList = newBaseStatList
|
||||
}
|
||||
|
@ -191,8 +191,8 @@ class DiplomacyManager() {
|
||||
trades.remove(trade)
|
||||
val otherCivTrades = otherCiv().getDiplomacyManager(civInfo).trades
|
||||
otherCivTrades.removeAll{ it.equals(trade.reverse()) }
|
||||
civInfo.addNotification("One of our trades with [$otherCivName] has been cut short!".tr(),null, Color.GOLD)
|
||||
otherCiv().addNotification("One of our trades with [${civInfo.civName}] has been cut short!".tr(),null, Color.GOLD)
|
||||
civInfo.addNotification("One of our trades with [$otherCivName] has been cut short".tr(),null, Color.GOLD)
|
||||
otherCiv().addNotification("One of our trades with [${civInfo.civName}] has been cut short".tr(),null, Color.GOLD)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user