Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Plasma
Plasma Desktop
Commits
5d62445d
Commit
5d62445d
authored
Nov 21, 2020
by
Nicolas Fella
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
kcms/autostart/Messages.sh
kcms/autostart/Messages.sh
+3
-4
No files found.
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
Markdown
is supported
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