mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 02:34:39 +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()
|
HorizontalDivider()
|
||||||
|
|
||||||
TextPreferenceWidget(
|
TextPreferenceWidget(
|
||||||
title = stringResource(MR.strings.open_source_licenses),
|
title = stringResource(MR.strings.help_translate),
|
||||||
onPreferenceClick = { navigator.push(AboutLicenseScreen()) }
|
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 {
|
item {
|
||||||
FlowRow(
|
FlowRow(
|
||||||
modifier =
|
modifier =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue