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
KSystemStats
Commits
b2a05dc1
Commit
b2a05dc1
authored
Apr 13, 2021
by
Arjen Hiemstra
Browse files
Use ksystemstats_plugins as translation domain
Since ksysguard_global doesn't make much sense anymore
parent
b2db95d8
Changes
2
Hide whitespace changes
Inline
Side-by-side
plugins/CMakeLists.txt
View file @
b2a05dc1
# SPDX-License-Identifier: BSD-2-Clause
# SPDX-FileCopyrightText: 2021 Arjen Hiemstra <ahiemstra@heimr.nl>
add_definitions
(
-DTRANSLATION_DOMAIN=\"ksys
guard
_plugins
_global
\"
)
add_definitions
(
-DTRANSLATION_DOMAIN=\"ksys
temstats
_plugins\"
)
set
(
KSYSTEMSTATS_PLUGIN_INSTALL_DIR
${
KDE_INSTALL_PLUGINDIR
}
/ksystemstats
)
...
...
plugins/Messages.sh
View file @
b2a05dc1
...
...
@@ -3,4 +3,4 @@
# SPDX-License-Identifier: CC0-1.0
# SPDX-FileCopyrightText: None
$XGETTEXT
$(
find
-name
"*.cpp"
)
-o
$podir
/ksys
guard
_plugins
_global
.pot
$XGETTEXT
$(
find
-name
"*.cpp"
)
-o
$podir
/ksys
temstats
_plugins.pot
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