Added a new test that ensures no two placeholders are the same

Fixed double 'param' parameter in existing translations
This commit is contained in:
Yair Morgenstern
2020-08-23 21:20:17 +03:00
parent 6185312fd9
commit 9ef7d8770d
8 changed files with 47 additions and 9 deletions

View File

@ -3,8 +3,8 @@ package com.unciv.build
object BuildConfig {
const val kotlinVersion = "1.3.71"
const val appName = "Unciv"
const val appCodeNumber = 463
const val appVersion = "3.10.2"
const val appCodeNumber = 464
const val appVersion = "3.10.3"
const val gdxVersion = "1.9.10"
const val roboVMVersion = "2.3.1"