Bug 387680 - Word puzzle in progress view
Summary: Word puzzle in progress view
Status: RESOLVED FIXED
Alias: None
Product: Discover
Classification: Applications
Component: discover (show other bugs)
Version: 5.11.4
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Aleix Pol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-07 18:46 UTC by Alexander Yavorsky
Modified: 2017-12-11 13:30 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Yavorsky 2017-12-07 18:46:23 UTC
Progress view source file includes word puzzle added by the following commit: https://cgit.kde.org/discover.git/commit/?id=5e8f2d05704974f2e5d79c41aa9d5552c610dd52 : 

Label {
+                    anchors.verticalCenter: parent.verticalCenter
+                    Layout.fillWidth: true
+                    elide: ElideRight
+                    text: model.app.name + (listener.isActive ? " "+listener.statusText : "")
+                }

I think it's better (especially for the translators) to change it to a separate text.
Comment 1 Aleix Pol 2017-12-11 13:09:31 UTC
Is it an issue you are facing or from a theoretical point of view?
Comment 2 Alexander Yavorsky 2017-12-11 13:20:06 UTC
It's the issue I faced on impossibility of correct translation to Russian.
Comment 3 Aleix Pol 2017-12-11 13:30:06 UTC
Git commit 426bd3873bdbd740c57c64205991b38447346ff7 by Aleix Pol.
Committed on 11/12/2017 at 13:29.
Pushed by apol into branch 'master'.

Add i18n call to resolve word puzzle

M  +1    -1    discover/qml/ProgressView.qml

https://commits.kde.org/discover/426bd3873bdbd740c57c64205991b38447346ff7