mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-09 15:29:32 +07:00
3.10.0
This commit is contained in:
@ -79,7 +79,7 @@ class TranslationTests {
|
||||
val placeholders = squareBraceRegex.findAll(translationEntry).map { it.value }.toList()
|
||||
for (language in languages) {
|
||||
val output = translations.getText(key, language)
|
||||
if(output == key) continue // the language doesn't have the required translation, so we got back the key
|
||||
if (output == key) continue // the language doesn't have the required translation, so we got back the key
|
||||
for (placeholder in placeholders) {
|
||||
if (!output.contains(placeholder)) {
|
||||
// TODO temporarily disabled
|
||||
|
Reference in New Issue
Block a user