Add link to help translate in about

(cherry picked from commit 1a8155c45b087eca4ecf6283402c5ff2c4cdfbe6)

# Conflicts:
#	app/src/main/res/values/strings.xml
This commit is contained in:
arkon 2021-09-12 12:52:19 -04:00 committed by Jobobby04
parent a4dd13f491
commit 8717c30498
2 changed files with 9 additions and 1 deletions

View File

@ -71,6 +71,14 @@ class AboutController : SettingsController(), NoAppBarElevationController {
// SY <--
}
}
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

View File

@ -476,7 +476,7 @@
<string name="website">Website</string>
<string name="version">Version</string>
<string name="whats_new">What\'s new</string>
<string name="notices">Preview build notices</string>
<string name="help_translate">Help translate</string>
<string name="licenses">Open source licenses</string>
<string name="check_for_updates">Check for updates</string>
<string name="updated_version">Updated to v%1$s</string>