Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
6c61805e
Commit
6c61805e
authored
Jul 16, 2019
by
Yuri Chornoivan
Committed by
Jean-Baptiste Mardelle
Jul 16, 2019
Browse files
Use extracted translations to translate asset descriptions
parent
9adb1c21
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/assets/abstractassetsrepository.ipp
View file @
6c61805e
...
...
@@ -301,7 +301,6 @@ template <typename AssetType> bool AbstractAssetsRepository<AssetType>::parseInf
QString description = Xml::getSubTagContent(currentAsset, QStringLiteral("description"));
if (!description.isEmpty()) {
res.description = description;
res.description.append(QString(" (%1)").arg(tag));
}
// Update name if the xml provide one
...
...
src/assets/assetlist/view/qml/assetList.qml
View file @
6c61805e
...
...
@@ -225,7 +225,7 @@ Rectangle {
id
:
sel
model
:
assetListModel
onSelectionChanged
:
{
assetDescription
.
text
=
assetlist
.
getDescription
(
sel
.
currentIndex
)
assetDescription
.
text
=
i18n
(
assetlist
.
getDescription
(
sel
.
currentIndex
)
)
}
}
SplitView
{
...
...
Yuri Chornoivan
@yurchor
mentioned in commit
8bb8d0d0
·
Jul 16, 2019
mentioned in commit
8bb8d0d0
mentioned in commit 8bb8d0d0b1b808adf5e2aa65c93d170ae72733a6
Toggle commit list
Jean-Baptiste Mardelle
@mardelle
mentioned in merge request
!49 (merged)
·
Jul 16, 2019
mentioned in merge request
!49 (merged)
mentioned in merge request !49
Toggle commit list
Jean-Baptiste Mardelle
@mardelle
mentioned in commit
d0cfad7f
·
Jul 16, 2019
mentioned in commit
d0cfad7f
mentioned in commit d0cfad7f5a21517511e00033259f4ba3502ba80a
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment