Add link to help translate in about

This commit is contained in:
arkon
2021-09-12 12:52:19 -04:00
parent 3f2f946019
commit 1a8155c45b
2 changed files with 9 additions and 0 deletions

View File

@ -73,6 +73,14 @@ class AboutController : SettingsController(), NoAppBarElevationController {
openInBrowser(url)
}
}
preference {
key = "pref_about_help_translate"
titleRes = R.string.help_translate
onClick {
openInBrowser("https://tachiyomi.org/help/contribution/#translation")
}
}
preference {
key = "pref_about_licenses"
titleRes = R.string.licenses