mirror of
https://github.com/KDE/kasts.git
synced 2025-02-06 20:33:52 +01:00
Move author into i18nc call
This commit is contained in:
parent
db8d99050d
commit
13b59adb29
@ -97,7 +97,7 @@ Kirigami.ScrollablePage {
|
|||||||
|
|
||||||
image: feed.cachedImage
|
image: feed.cachedImage
|
||||||
title: feed.name
|
title: feed.name
|
||||||
subtitle: page.feed.authors.length === 0 ? "" : i18nc("by <author(s)>", "by") + " " + page.feed.authors[0].name
|
subtitle: page.feed.authors.length === 0 ? "" : i18nc("by <author(s)>", "by %1", page.feed.authors[0].name)
|
||||||
|
|
||||||
MouseArea {
|
MouseArea {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
@ -25,7 +25,7 @@ Kirigami.ScrollablePage {
|
|||||||
|
|
||||||
image: feed.cachedImage
|
image: feed.cachedImage
|
||||||
title: feed.name
|
title: feed.name
|
||||||
subtitle: page.feed.authors.length === 0 ? "" : i18nc("by <author(s)>", "by") + " " + page.feed.authors[0].name
|
subtitle: page.feed.authors.length === 0 ? "" : i18nc("by <author(s)>", "by %1", page.feed.authors[0].name)
|
||||||
}
|
}
|
||||||
|
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user