D13656: Show release date inline with version string
Aleix Pol Gonzalez
noreply at phabricator.kde.org
Thu Jun 21 14:03:56 UTC 2018
apol added inline comments.
INLINE COMMENTS
> ApplicationPage.qml:305
> elide: Text.ElideRight
> - text: version ? version : ""
> + text: versionString()
> }
how about:
text: version.length === 0 ? ""
: releaseDate.length === 0 ? version
: i18n("%1, released on %2", version, releaseDate)
REPOSITORY
R134 Discover Software Store
REVISION DETAIL
https://phabricator.kde.org/D13656
To: ngraham, #discover_software_store
Cc: apol, colomar, plasma-devel, ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20180621/3930af50/attachment.html>
More information about the Plasma-devel
mailing list