This commit is contained in:
Yair Morgenstern 2024-03-26 00:13:11 +02:00
parent a94e85eed8
commit eefce7f484
5 changed files with 14 additions and 13 deletions

View File

@ -82,9 +82,7 @@ Requires worked [resource] near city = Membutuhkan [resource] yang dikerjakan di
Requires at least one of the following resources worked near the city: = Membutuhkan setidaknya satu sumber daya berikut yang dikerjakan di dekat kota:
Wonder is being built elsewhere = Keajaiban Dunia ini sedang dibangun di tempat lain
National Wonder is being built elsewhere = Keajaiban Nasional ini sedang dibangun di tempat lain
# Requires translation!
Requires a [buildingName] in all [cityFilter] cities = Membutuhkan [buildingName] di semua kota [cityFilter]
# Requires translation!
Requires a [buildingName] in at least [amount] of [cityFilter] cities = Membutuhkan [buildingName] di setidaknya [amount] kota [cityFilter]
[buildingName] required: = [buildingName] diperlukan:
Requires a [buildingName] in this city = Membutuhkan [buildingName] yang sudah dibangun di kota ini

View File

@ -7910,3 +7910,4 @@ External links =
External links support right-click or long press to copy the link to the clipboard instead of launching the browser. =
# Requires translation!
Example: The 'Open Github page' button on the Mod management screen. =

View File

@ -13,7 +13,7 @@ French = 100
German = 100
Greek = 14
Hungarian = 83
Indonesian = 99
Indonesian = 100
Italian = 99
Japanese = 84
Korean = 95

View File

@ -1,15 +1,17 @@
## 4.10.22
Resolved - Personalities.json no longer precludes generating translations
Policy tables no longer repeat on some height/width configurations
Resolved - discard all pending trade requests on both sides when war is declared
Discard all pending trade requests on both sides when war is declared
perf: Don't re-substring multiplayer file name every time you do anything, dammit
Memory performance improvements
Fixed uniques of marble - By woo1127
Personalities.json no longer precludes generating translations
Fix loop when AI is trying to remove an improvement with the same name as a terrain feature - By SeventhM
Fixed uniques of marble - By woo1127
## 4.10.21
Fixed ruleset-dependant building filter activating *when initializing ruleset*

View File

@ -1,11 +1,11 @@
Policy tables no longer repeat on some height/width configurations
Discard all pending trade requests on both sides when war is declared
Resolved - Personalities.json no longer precludes generating translations
Memory performance improvements
Resolved - discard all pending trade requests on both sides when war is declared
Personalities.json no longer precludes generating translations
perf: Don't re-substring multiplayer file name every time you do anything, dammit
Fix loop when AI is trying to remove an improvement with the same name as a terrain feature - By SeventhM
Fixed uniques of marble - By woo1127
Fix loop when AI is trying to remove an improvement with the same name as a terrain feature - By SeventhM
Fixed uniques of marble - By woo1127