* - Turn Privateer's unique ability into a promotion
- Add promotion to Privateer and Sea Beggar
* Update uniques for withdrawing before melee combat
* List terrain quality in relevant section - correct capitalization of Enemy Land
* Bump version and create initial changelog entry
* Ninjum patch 2 (#11916)
* Update Galician.properties
translate up to line 2000
* Update Galician.properties
line 2137
* Update Galician.properties
2249 line
* Update Galician.properties
translate up to line 2300
* Update Galician.properties
repair line 2269, translate up to line 2300
* Update Galician.properties
translate up to line 2400
* Update Galician.properties
translate up to line 2800
* Update Galician.properties
translate up to line 2800 and repair some lines
* Update Galician.properties
translate up to line 3200
* Update Galician.properties
translate up to line 3500
* Update Galician.properties
translate up to line 4090
* Update Galician.properties
translate up to line 4670
* Update Galician.properties
translate up to line 5057
* Update Galician.properties
translate update to line 6036
* Update Galician.properties
translate up to line 6700
* Update Galician.properties
all lines translated
* Update Turkish.properties (#11914)
* Update Catalan.properties (#11912)
* Update Hungarian.properties (#11910)
Added some translations
* Update Indonesian.properties (#11906)
Corrected the mistranslated word.
* Update Ukrainian translations (#11905)
Co-authored-by: Kostiantyn Ko <mormat.iam@gmail.com>
---------
Co-authored-by: yairm210 <yairm210@users.noreply.github.com>
Co-authored-by: ninjum <138787523+ninjum@users.noreply.github.com>
Co-authored-by: ygz213 <77006222+ygz213@users.noreply.github.com>
Co-authored-by: Joan Josep <juanjo.ng.83@gmail.com>
Co-authored-by: JurDan | Werewolf Cookie <80947706+JurDan775@users.noreply.github.com>
Co-authored-by: X2003 <158255876+Xenia2003@users.noreply.github.com>
Co-authored-by: Kostiantyn Ko <test9@mormat.name>
Co-authored-by: Kostiantyn Ko <mormat.iam@gmail.com>
* implement number translation
* fix previous error
* maybe this will fix things?
* try to make the regex more concise and fix the issues
* update implementation
* Transient cache
* implement Number.tr()
* Update core/src/com/unciv/models/metadata/GameSettings.kt
Co-authored-by: Yair Morgenstern <yairm210@hotmail.com>
* fix formatting
* move getNumberFormatFromLanguage() to Translations.kt and cache NumberFormat
* remove null cases and resolve suggestions
* why was I doing this? I forgot.
* move getLocaleFromLanguage() to Translations.kt
* add tests
* Update TranslationTests.kt
fix issues
* also remove also
* fix all given cases
* fix missing language param
---------
Co-authored-by: Yair Morgenstern <yairm210@hotmail.com>