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:
r3versi
2019-12-21 18:44:11 +01:00
committed by Yair Morgenstern
parent 7cc08606ec
commit 2afda16095
18 changed files with 893 additions and 18 deletions

View File

@ -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)
}
}