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
155ae2ba
Commit
155ae2ba
authored
Jul 16, 2019
by
Yuri Chornoivan
Browse files
Translate asset menu items
parent
d1e8501c
Pipeline
#5339
passed with stage
in 34 minutes and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/timeline2/view/qml/AssetMenu.qml
View file @
155ae2ba
...
...
@@ -35,7 +35,7 @@ Menu {
onObjectAdded
:
menuRoot
.
insertItem
(
index
,
object
)
onObjectRemoved
:
menuRoot
.
removeItem
(
object
)
delegate
:
MenuItem
{
text
:
timeline
.
getAssetName
(
modelData
,
isTransition
)
//name
text
:
i18n
(
timeline
.
getAssetName
(
modelData
,
isTransition
)
)
//name
property
string
assetId
:
modelData
//identifier
onTriggered
:
{
console
.
log
(
assetId
)
...
...
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