Version rollout (#12497)

* Bump version and create initial changelog entry

* Add files via upload (#12492)

corrections and full translation. Isn't perfect but fairly good

* Update Catalan translation (#12489)

* Update Indonesian.properties (#12485)

Corrections.

---------

Co-authored-by: yairm210 <yairm210@users.noreply.github.com>
Co-authored-by: SHypoleac <michal.wolonciej@interia.pl>
Co-authored-by: Joan Josep <juanjo.ng.83@gmail.com>
Co-authored-by: X2003 <158255876+Xenia2003@users.noreply.github.com>
This commit is contained in:
Yair Morgenstern
2024-11-19 09:11:38 +02:00
committed by GitHub
parent dffef35779
commit b4f9c95caf
7 changed files with 420 additions and 564 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.7", 1072)
val VERSION = Version("4.14.8", 1073)
//endregion
/** Global reference to the one Gdx.Game instance created by the platform launchers - do not use without checking [isCurrentInitialized] first. */