mirror of
https://github.com/null2264/yokai.git
synced 2025-06-20 18:24:42 +00:00
chore(about): Link weblate
This commit is contained in:
parent
a3672be728
commit
e415fd4ef2
1 changed files with 16 additions and 2 deletions
|
@ -181,12 +181,26 @@ class AboutScreen : Screen() {
|
|||
HorizontalDivider()
|
||||
|
||||
TextPreferenceWidget(
|
||||
title = stringResource(MR.strings.open_source_licenses),
|
||||
onPreferenceClick = { navigator.push(AboutLicenseScreen()) }
|
||||
title = stringResource(MR.strings.help_translate),
|
||||
onPreferenceClick = { uriHandler.openUri("https://hosted.weblate.org/engage/yokai/") },
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
item {
|
||||
TextPreferenceWidget(
|
||||
title = stringResource(MR.strings.helpful_translation_links),
|
||||
onPreferenceClick = { uriHandler.openUri("https://mihon.app/docs/contribute#helpful-links") },
|
||||
)
|
||||
}
|
||||
|
||||
item {
|
||||
TextPreferenceWidget(
|
||||
title = stringResource(MR.strings.open_source_licenses),
|
||||
onPreferenceClick = { navigator.push(AboutLicenseScreen()) },
|
||||
)
|
||||
}
|
||||
|
||||
item {
|
||||
FlowRow(
|
||||
modifier =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue