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
5ff5d1c3
Commit
5ff5d1c3
authored
Dec 19, 2019
by
Yuri Chornoivan
Browse files
Sync the name of the translation catalog with the module definition (patch by Victor Ryzhykh
parent
899604ef
Changes
2
Hide whitespace changes
Inline
Side-by-side
kcms/style/CMakeLists.txt
View file @
5ff5d1c3
# KI18N Translation Domain for this library
add_definitions
(
-DTRANSLATION_DOMAIN=\"kcmstyle\"
)
add_definitions
(
-DTRANSLATION_DOMAIN=\"kcm
_
style\"
)
########### next target ###############
...
...
kcms/style/Messages.sh
View file @
5ff5d1c3
#! /usr/bin/env bash
$EXTRACTRC
*
.ui
>>
rc.cpp
$XGETTEXT
`
find
.
-name
"*.cpp"
-o
-name
"*.qml"
`
-o
$podir
/kcmstyle.pot
$XGETTEXT
`
find
.
-name
"*.cpp"
-o
-name
"*.qml"
`
-o
$podir
/kcm
_
style.pot
rm
-f
rc.cpp
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