mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-28 06:16:37 -04:00
3.9.5
This commit is contained in:
parent
acedcc6da4
commit
0f09ed2800
@ -2938,7 +2938,6 @@ Remove Railroad = 鉄道削除
|
|||||||
|
|
||||||
Cancel improvement order = 建設をキャンセル
|
Cancel improvement order = 建設をキャンセル
|
||||||
|
|
||||||
# Requires translation!
|
|
||||||
Great improvement = 偉人建造物
|
Great improvement = 偉人建造物
|
||||||
Academy = アカデミー
|
Academy = アカデミー
|
||||||
|
|
||||||
|
@ -2272,7 +2272,6 @@ Segou = 세구
|
|||||||
|
|
||||||
Mongolia = 몽골
|
Mongolia = 몽골
|
||||||
Genghis Khan = 징기스 칸
|
Genghis Khan = 징기스 칸
|
||||||
# 문5에비해 전쟁선포시-전쟁선포 당했을때 영문대사가 서로 반대입니다. 문5를 따르되 너무 짧지않게 변형했습니다.
|
|
||||||
You stand in the way of my armies. Let us solve this like warriors! = 너는 이제 몽골의 말발굽 아래 짓밟힐 것이다!
|
You stand in the way of my armies. Let us solve this like warriors! = 너는 이제 몽골의 말발굽 아래 짓밟힐 것이다!
|
||||||
No more words. Today, Mongolia charges toward your defeat. = 말은 필요없다. 전사답게 결판을 내자!
|
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. = 우리 일족을 저지하다니, 가증스럽지만 존경할 수밖에 없군. 처형당할 준비는 되었다.
|
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 = Скасувати будівництво покращення
|
Cancel improvement order = Скасувати будівництво покращення
|
||||||
|
|
||||||
# Requires translation!
|
|
||||||
Great improvement = Велике покращення
|
Great improvement = Велике покращення
|
||||||
Academy = Академія
|
Academy = Академія
|
||||||
|
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
Brazilian_Portuguese = 65
|
Brazilian_Portuguese = 65
|
||||||
Traditional_Chinese = 62
|
Traditional_Chinese = 62
|
||||||
Italian = 99
|
Italian = 100
|
||||||
Polish = 96
|
Polish = 96
|
||||||
Russian = 99
|
Russian = 99
|
||||||
Lithuanian = 26
|
Lithuanian = 26
|
||||||
Romanian = 46
|
Romanian = 46
|
||||||
Korean = 99
|
Korean = 100
|
||||||
Simplified_Chinese = 88
|
Simplified_Chinese = 88
|
||||||
German = 98
|
German = 98
|
||||||
Japanese = 99
|
Japanese = 100
|
||||||
Turkish = 75
|
Turkish = 75
|
||||||
English = 1
|
English = 1
|
||||||
Ukrainian = 99
|
Ukrainian = 100
|
||||||
French = 98
|
French = 98
|
||||||
Portuguese = 53
|
Portuguese = 53
|
||||||
Indonesian = 99
|
Indonesian = 99
|
||||||
|
@ -3,8 +3,8 @@ package com.unciv.build
|
|||||||
object BuildConfig {
|
object BuildConfig {
|
||||||
const val kotlinVersion = "1.3.71"
|
const val kotlinVersion = "1.3.71"
|
||||||
const val appName = "Unciv"
|
const val appName = "Unciv"
|
||||||
const val appCodeNumber = 440
|
const val appCodeNumber = 441
|
||||||
const val appVersion = "3.9.4"
|
const val appVersion = "3.9.5"
|
||||||
|
|
||||||
const val gdxVersion = "1.9.10"
|
const val gdxVersion = "1.9.10"
|
||||||
const val roboVMVersion = "2.3.1"
|
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
|
## 3.9.4
|
||||||
|
|
||||||
Opening the New Game screen from within a game saves the previous game parameters, map generation parameters work again
|
Opening the New Game screen from within a game saves the previous game parameters, map generation parameters work again
|
||||||
|
Loading…
x
Reference in New Issue
Block a user