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
Plasma
KWin
Commits
193ac8eb
Commit
193ac8eb
authored
Feb 14, 2022
by
Kai Uwe Broulik
🍇
Browse files
effects: Extract messages from QML files
(cherry picked from commit
2fbc8218
)
parent
7626dbb1
Pipeline
#137187
passed with stage
in 14 minutes and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/effects/Messages.sh
View file @
193ac8eb
#! /usr/bin/env bash
$EXTRACTRC
`
find
.
-name
\*
.ui
`
>>
rc.cpp
||
exit
11
$XGETTEXT
`
find
.
-name
\*
.cpp
-o
-name
\*
.h
`
-o
$podir
/kwin_effects.pot
$XGETTEXT
`
find
.
-name
\*
.cpp
-o
-name
\*
.h
-o
-name
\*
.qml
`
-o
$podir
/kwin_effects.pot
rm
-f
rc.cpp
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