Moved wiki links to new site links

This commit is contained in:
Yair Morgenstern
2022-02-23 21:40:20 +02:00
parent 6170322a9f
commit ae2b91dd67
3 changed files with 7 additions and 7 deletions

View File

@ -41,7 +41,7 @@ internal class LanguageTable(val language:String, val percentComplete: Int): Tab
text = "Please note that translations are a community-based work in progress and are" +
" INCOMPLETE! The percentage shown is how much of the language is translated in-game." +
" If you want to help translating the game into your language, click here.",
link = "https://github.com/yairm210/Unciv/wiki/Translating",
link = "https://yairm210.github.io/Unciv/Other/Translating/",
size = 15
)
add(MarkupRenderer.render(listOf(translationDisclaimer),expectedWidth)).pad(5f).row()