Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Desktop
Commits
5d62445d
Commit
5d62445d
authored
Nov 21, 2020
by
Nicolas Fella
Browse files
Fix translation extraction
Adapt Messages.sh to extract strings from QML files
BUG: 429466
parent
693dc9a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
kcms/autostart/Messages.sh
View file @
5d62445d
#! /usr/bin/env bash
$EXTRACTRC
*
.ui
>>
rc.cpp
$XGETTEXT
*
.cpp
-o
$podir
/kcm_autostart.pot
rm
-f
rc.cpp
#!/usr/bin/env bash
$XGETTEXT
`
find
.
-name
'*.cpp'
-o
-name
'*.qml'
`
-o
$podir
/kcm_autostart.pot
Nicolas Fella
@nicolasfella
mentioned in commit
46b8f34c
·
Nov 23, 2020
mentioned in commit
46b8f34c
mentioned in commit 46b8f34cd2cf94ef08eaa94679a43fef1d71e480
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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