|
@@ -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
|