mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-28 13:48:49 +07:00
Added missing translations of Natural Wonders and Civilopedia Tutorials entries (#1498)
* Added missing translations natural wonders related * Auto generation of translation files * Missing Tutorial names translation * Auto generation translation files Co-authored-by: Yair Morgenstern <yairm210@hotmail.com>
This commit is contained in:

committed by
Yair Morgenstern

parent
7cc08606ec
commit
2afda16095
@ -102,7 +102,7 @@ class CivInfoTransientUpdater(val civInfo: CivilizationInfo){
|
||||
|
||||
if (goldGained > 0) {
|
||||
civInfo.gold += goldGained
|
||||
civInfo.addNotification("We have received " + goldGained + " Gold for discovering [" + tile.naturalWonder + "]", null, Color.GOLD)
|
||||
civInfo.addNotification("We have received [" + goldGained + "] Gold for discovering [" + tile.naturalWonder + "]", null, Color.GOLD)
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user