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
Discover
Commits
327f8ec9
Commit
327f8ec9
authored
Dec 18, 2022
by
Fushan Wen
Browse files
libdiscover: fix permission text not being translated
Add qml files to gettext (cherry picked from commit
ac7769a7
)
parent
ba378edf
Pipeline
#289104
passed with stage
in 2 minutes and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Messages.sh
View file @
327f8ec9
#! /usr/bin/env bash
$EXTRACTRC
--context
=
"Category"
--tag-group
=
none
--tag
=
Name
`
find libdiscover
-name
"*-categories.xml"
`
>>
rc.cpp
$XGETTEXT
rc.cpp
`
find libdiscover
-name
\*
.cpp
`
-o
$podir
/libdiscover.pot
$XGETTEXT
rc.cpp
`
find libdiscover
-name
\*
.cpp
-o
-name
\*
.qml
`
-o
$podir
/libdiscover.pot
$XGETTEXT
`
find discover
-name
\*
.cpp
-o
-name
\*
.qml
-o
-name
\*
.js
`
-o
$podir
/plasma-discover.pot
$XGETTEXT
`
find notifier
-name
\*
.cpp
`
-o
$podir
/plasma-discover-notifier.pot
$XGETTEXT
`
find kcm
-name
\*
.cpp
-o
-name
\*
.qml
`
-o
$podir
/kcm_updates.pot
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