mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-10 07:48:31 +07:00
Add victory type choice on new game screen
This commit is contained in:

committed by
Yair Morgenstern

parent
120ae8b253
commit
56ff436f94
@ -218,7 +218,7 @@
|
||||
}
|
||||
|
||||
"Neutral":{
|
||||
Italian:"Neutrale"
|
||||
Italian:"Neutrale"
|
||||
French:"Neutre"
|
||||
Simplified_Chinese:"泛泛之交"
|
||||
Portuguese:"Neutra" // relation=relação relação is in feminine so therefore neutral(= neutro/neutra) deve ser feminino
|
||||
|
@ -119,6 +119,22 @@
|
||||
Italian:"Niente barbari"
|
||||
French:"Pas de barbare"
|
||||
}
|
||||
|
||||
"Victory conditions": {
|
||||
French: "Conditions de victoire"
|
||||
}
|
||||
|
||||
"Scientific": {
|
||||
French: "Scientifique"
|
||||
}
|
||||
|
||||
"Domination": {
|
||||
French: "Conquete"
|
||||
},
|
||||
|
||||
"Cultural": {
|
||||
French: "Culturelle"
|
||||
}
|
||||
|
||||
|
||||
////////////// Save and load game
|
||||
|
Reference in New Issue
Block a user