Version rollout (#12574)

* Bump version and create initial changelog entry

* Update Filipino.properties (#12570)

* Added new translations

* Added more translations and corrections

* More translations

* Update Latin translation (#12569)

* Update Latin translation

* Update translation

* Update translation

* Update translation

* Update Brazilian_Portuguese.properties (#12568)

* Update Polish.properties (#12566)

* Added new translations (#12563)

* Added new translations

Added some new translations.

* Fixed [victoryType] issue

Fixed the issue where [victoryType] was missing in the translation.

* Update German translation (#12558)

* Update Russian.properties (#12557)

* Update Russian.properties

* Update Russian.properties

* Update Indonesian.properties (#12556)

Translation and corrections.

* Update Croatian translation (#12554)

* European, Russian and US cities

* Grammar fixes and corrections

* Cities of middle east and Asia

* cities of African continent, Byzantium and Cartage

* Orthography of names and Babylonian cities

* Partial consistency check for formal and informal form

* formal and informal check

* check transliteration of foreign personal names

* update city names

* Update French.properties (#12553)

* Update Italian.properties (#12552)

---------

Co-authored-by: yairm210 <yairm210@users.noreply.github.com>
Co-authored-by: Bryan Tabares <53207975+abaddon431@users.noreply.github.com>
Co-authored-by: sls1005 <90055573+sls1005@users.noreply.github.com>
Co-authored-by: Vitor Gabriel <59321138+Ranbut@users.noreply.github.com>
Co-authored-by: SHypoleac <michal.wolonciej@interia.pl>
Co-authored-by: vojtechblazek <138218528+vojtechblazek@users.noreply.github.com>
Co-authored-by: mape6 <mape6@posteo.de>
Co-authored-by: dadadnet <dadadnet38@gmail.com>
Co-authored-by: X2003 <158255876+Xenia2003@users.noreply.github.com>
Co-authored-by: metablaster <44481081+metablaster@users.noreply.github.com>
Co-authored-by: Ouaz <Ouaz@users.noreply.github.com>
Co-authored-by: Giuseppe D'Addio <41149920+Smashfanful@users.noreply.github.com>
This commit is contained in:
Yair Morgenstern
2024-12-05 22:24:30 +02:00
committed by GitHub
parent d0a3b37f74
commit cf276b5e68
16 changed files with 1349 additions and 1320 deletions

View File

@ -4,8 +4,8 @@ package com.unciv.build
object BuildConfig {
const val kotlinVersion = "1.9.24"
const val appName = "Unciv"
const val appCodeNumber = 1079
const val appVersion = "4.14.12-patch2"
const val appCodeNumber = 1080
const val appVersion = "4.14.13"
const val gdxVersion = "1.12.1"
const val ktorVersion = "2.3.12"