mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-10 13:27:47 +01:00
Add link to help translate in about
This commit is contained in:
parent
3f2f946019
commit
1a8155c45b
2 changed files with 9 additions and 0 deletions
|
@ -73,6 +73,14 @@ class AboutController : SettingsController(), NoAppBarElevationController {
|
||||||
openInBrowser(url)
|
openInBrowser(url)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
preference {
|
||||||
|
key = "pref_about_help_translate"
|
||||||
|
titleRes = R.string.help_translate
|
||||||
|
|
||||||
|
onClick {
|
||||||
|
openInBrowser("https://tachiyomi.org/help/contribution/#translation")
|
||||||
|
}
|
||||||
|
}
|
||||||
preference {
|
preference {
|
||||||
key = "pref_about_licenses"
|
key = "pref_about_licenses"
|
||||||
titleRes = R.string.licenses
|
titleRes = R.string.licenses
|
||||||
|
|
|
@ -476,6 +476,7 @@
|
||||||
<string name="website">Website</string>
|
<string name="website">Website</string>
|
||||||
<string name="version">Version</string>
|
<string name="version">Version</string>
|
||||||
<string name="whats_new">What\'s new</string>
|
<string name="whats_new">What\'s new</string>
|
||||||
|
<string name="help_translate">Help translate</string>
|
||||||
<string name="licenses">Open source licenses</string>
|
<string name="licenses">Open source licenses</string>
|
||||||
<string name="check_for_updates">Check for updates</string>
|
<string name="check_for_updates">Check for updates</string>
|
||||||
<string name="updated_version">Updated to v%1$s</string>
|
<string name="updated_version">Updated to v%1$s</string>
|
||||||
|
|
Loading…
Reference in a new issue