Version rollout (#12418)

* Bump version and create initial changelog entry

* Update German translation (#12415)

* Update Latin translation (#12414)

* Merge a branch

* Fix translation

* Fix translation

* Fix translation

* Fix translation

* Update translation

* Shorten lines that are too long

---------

Co-authored-by: sls1005 <sls1005@github.com>

* Update Italian.properties (#12412)

* Update French.properties (#12408)

* Update Russian.properties (#12405)

* Update Indonesian.properties (#12402)

* Update Indonesian.properties

Translation and few corrections.

* Update Indonesian.properties

* Update Indonesian.properties

* Update Indonesian.properties

* Update Indonesian.properties

* Update Brazilian_Portuguese.properties (#12401)

---------

Co-authored-by: yairm210 <yairm210@users.noreply.github.com>
Co-authored-by: mape6 <mape6@posteo.de>
Co-authored-by: sls1005 <90055573+sls1005@users.noreply.github.com>
Co-authored-by: sls1005 <sls1005@github.com>
Co-authored-by: Giuseppe D'Addio <41149920+Smashfanful@users.noreply.github.com>
Co-authored-by: Ouaz <Ouaz@users.noreply.github.com>
Co-authored-by: dadadnet <dadadnet38@gmail.com>
Co-authored-by: X2003 <158255876+Xenia2003@users.noreply.github.com>
Co-authored-by: Vitor Gabriel <59321138+Ranbut@users.noreply.github.com>
This commit is contained in:
Yair Morgenstern
2024-11-06 14:46:31 +02:00
committed by GitHub
parent 7a0e4a2549
commit e3c0e5f932
11 changed files with 186 additions and 139 deletions

View File

@ -483,7 +483,7 @@ open class UncivGame(val isConsoleMode: Boolean = false) : Game(), PlatformSpeci
companion object {
//region AUTOMATICALLY GENERATED VERSION DATA - DO NOT CHANGE THIS REGION, INCLUDING THIS COMMENT
val VERSION = Version("4.14.3", 1066)
val VERSION = Version("4.14.4", 1067)
//endregion
/** Global reference to the one Gdx.Game instance created by the platform launchers - do not use without checking [isCurrentInitialized] first. */