mirror of
https://github.com/KDE/kasts.git
synced 2025-01-30 17:15:03 +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
|
||||
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 {
|
||||
anchors.fill: parent
|
||||
|
@ -25,7 +25,7 @@ Kirigami.ScrollablePage {
|
||||
|
||||
image: feed.cachedImage
|
||||
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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user