* Bump version and create initial changelog entry
* Discussion on Greek.properties (#13240)
* Update Greek.properties
added a few things
* Update Greek.properties
I chose to translate unit table as "πλαίσιο μονάδας",
which means something more closely to "unit frame"
but I think this will make it easier to understand for greek speakers
as the unit table is somewhat a rectanglular shape
* Update Greek.properties
Spaced out some translations, think it makes it easier to check whether each line is tranlated if the lines are not all bunched up
* Update Greek.properties
In the last two translations (in lines 154 and 156)
I didn't understand what [cityFilter] is for so there might be a mistake in the translation
* Update Ukrainian translation (#13239)
Co-authored-by: Kostiantyn Ko <mormat.iam@gmail.com>
* Update Spanish.properties (#13236)
* Update Italian.properties (#13231)
* Update Indonesian.properties (#13229)
* Update Indonesian.properties
* Update Indonesian.properties
* Update Indonesian.properties
* Update Indonesian.properties
* Update Indonesian.properties
* Update Indonesian.properties
* Update French.properties (#13227)
* Update French.properties
* Update French.properties
* Update French.properties
* Update French.properties
* Update Brazilian_Portuguese.properties (#13226)
---------
Co-authored-by: yairm210 <yairm210@users.noreply.github.com>
Co-authored-by: ChrisZiogas <152174758+ChrisZiogas@users.noreply.github.com>
Co-authored-by: Kostiantyn Ko <test9@mormat.name>
Co-authored-by: Kostiantyn Ko <mormat.iam@gmail.com>
Co-authored-by: Nahuel Geno <142752140+NahuelGeno@users.noreply.github.com>
Co-authored-by: Giuseppe D'Addio <41149920+Smashfanful@users.noreply.github.com>
Co-authored-by: X2003 <158255876+Xenia2003@users.noreply.github.com>
Co-authored-by: Ouaz <Ouaz@users.noreply.github.com>
Co-authored-by: Vitor Gabriel <59321138+Ranbut@users.noreply.github.com>
* more detailed password authentication status
* fix compile errors
* resole some concerns
* remove stray `Concurrency.run { }`
* fix no space at end error
* modify current behavior of UncivServer.jar
* refactor code
* accept idea suggestions
* rename `authString` -> `authHeader` for clarity
* send `Bad Request` instead of `Unauthorized` if `Authorization` header is not present
* run `checkAuthStatus()` on a separate thread
* fix no space at end test failure
* More consistent handling of double clicks and FileHandle in load/save
* Fix potential leak through KeyboardPanningListener
* Change VerticalFileListScrollPane button handling to eliminate Cell lookup
* Reuse VerticalFileListScrollPane in map editor load/save
* Stop map panning with arrow keys while map load/save is open
* Faster TestGame class
* Fix fragile unit tests
* Prerequisites for a Countables.FilteredBuildings unit test
* A Countables.FilteredBuildings unit test
* Revert buildingFilter duplicate tagUnique support
* TranslationFileWriter support for Countables
* Minor Countables Kdoc update
* Code deduplication in UniqueTriggerActivation, also for future reuse
* Sync UniqueParameterType.PolicyFilter checks and doc with implementation
* Improve testRulesetValidation