Version rollout (#12085)

* Bump version and create initial changelog entry

* Update Japanese translation (#12082)

* update

* update

* update

* fix

* Update French.properties (#12080)

* Update Ukrainian translations (#12078)

Co-authored-by: Kostiantyn Ko <mormat.iam@gmail.com>

* Update German translation (#12075)

* Update Indonesian.properties (#12074)

Translated new words and corrected mistranslation and grammatical errors.

* Update Italian.properties (#12073)

---------

Co-authored-by: yairm210 <yairm210@users.noreply.github.com>
Co-authored-by: yuracla <89312848+yuracla@users.noreply.github.com>
Co-authored-by: Ouaz <Ouaz@users.noreply.github.com>
Co-authored-by: Kostiantyn Ko <test9@mormat.name>
Co-authored-by: Kostiantyn Ko <mormat.iam@gmail.com>
Co-authored-by: mape6 <mape6@posteo.de>
Co-authored-by: X2003 <158255876+Xenia2003@users.noreply.github.com>
Co-authored-by: Giuseppe D'Addio <41149920+Smashfanful@users.noreply.github.com>
This commit is contained in:
Yair Morgenstern
2024-08-08 15:04:58 +03:00
committed by GitHub
parent 210895295f
commit 373f72a773
10 changed files with 237 additions and 147 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.12.17", 1034)
val VERSION = Version("4.12.18", 1035)
//endregion
/** Global reference to the one Gdx.Game instance created by the platform launchers - do not use without checking [isCurrentInitialized] first. */