3.9.5
This commit is contained in:
parent
acedcc6da4
commit
0f09ed2800
6 changed files with 26 additions and 9 deletions
|
@ -2938,7 +2938,6 @@ Remove Railroad = 鉄道削除
|
|||
|
||||
Cancel improvement order = 建設をキャンセル
|
||||
|
||||
# Requires translation!
|
||||
Great improvement = 偉人建造物
|
||||
Academy = アカデミー
|
||||
|
||||
|
|
|
@ -2272,7 +2272,6 @@ Segou = 세구
|
|||
|
||||
Mongolia = 몽골
|
||||
Genghis Khan = 징기스 칸
|
||||
# 문5에비해 전쟁선포시-전쟁선포 당했을때 영문대사가 서로 반대입니다. 문5를 따르되 너무 짧지않게 변형했습니다.
|
||||
You stand in the way of my armies. Let us solve this like warriors! = 너는 이제 몽골의 말발굽 아래 짓밟힐 것이다!
|
||||
No more words. Today, Mongolia charges toward your defeat. = 말은 필요없다. 전사답게 결판을 내자!
|
||||
You have hobbled the Mongolian clans. My respect for you nearly matches the loathing. I am waiting for my execution. = 우리 일족을 저지하다니, 가증스럽지만 존경할 수밖에 없군. 처형당할 준비는 되었다.
|
||||
|
|
|
@ -2938,7 +2938,6 @@ Remove Railroad = Прибрати колію
|
|||
|
||||
Cancel improvement order = Скасувати будівництво покращення
|
||||
|
||||
# Requires translation!
|
||||
Great improvement = Велике покращення
|
||||
Academy = Академія
|
||||
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
Brazilian_Portuguese = 65
|
||||
Traditional_Chinese = 62
|
||||
Italian = 99
|
||||
Italian = 100
|
||||
Polish = 96
|
||||
Russian = 99
|
||||
Lithuanian = 26
|
||||
Romanian = 46
|
||||
Korean = 99
|
||||
Korean = 100
|
||||
Simplified_Chinese = 88
|
||||
German = 98
|
||||
Japanese = 99
|
||||
Japanese = 100
|
||||
Turkish = 75
|
||||
English = 1
|
||||
Ukrainian = 99
|
||||
Ukrainian = 100
|
||||
French = 98
|
||||
Portuguese = 53
|
||||
Indonesian = 99
|
||||
|
|
|
@ -3,8 +3,8 @@ package com.unciv.build
|
|||
object BuildConfig {
|
||||
const val kotlinVersion = "1.3.71"
|
||||
const val appName = "Unciv"
|
||||
const val appCodeNumber = 440
|
||||
const val appVersion = "3.9.4"
|
||||
const val appCodeNumber = 441
|
||||
const val appVersion = "3.9.5"
|
||||
|
||||
const val gdxVersion = "1.9.10"
|
||||
const val roboVMVersion = "2.3.1"
|
||||
|
|
20
changelog.md
20
changelog.md
|
@ -1,3 +1,23 @@
|
|||
## 3.9.5
|
||||
|
||||
Fixed coast tiles around natural wonders spawning land-type layers
|
||||
|
||||
By lyrjie:
|
||||
|
||||
- Map generation speedup
|
||||
- Fixed strategic resources generation
|
||||
|
||||
By alkorolyov:
|
||||
|
||||
- Now clearCurrentMapButton and TerrainsAndResources clears rivers.
|
||||
|
||||
By ninjatao:
|
||||
|
||||
- Fix oil generation in sea.
|
||||
- Fix forest display in Default tileset
|
||||
|
||||
Translation updates
|
||||
|
||||
## 3.9.4
|
||||
|
||||
Opening the New Game screen from within a game saves the previous game parameters, map generation parameters work again
|
||||
|
|
Loading…
Reference in a new issue