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
c24ee834
Commit
c24ee834
authored
Jan 16, 2021
by
Yuri Chornoivan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix i18nd (found by Victor Ryzhykh)
parent
82b404b6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
applets/keyboardlayout/Messages.sh
applets/keyboardlayout/Messages.sh
+2
-0
applets/keyboardlayout/contents/ui/configGeneral.qml
applets/keyboardlayout/contents/ui/configGeneral.qml
+1
-1
No files found.
applets/keyboardlayout/Messages.sh
0 → 100644
View file @
c24ee834
#! /usr/bin/env bash
$XGETTEXT
`
find
.
-name
\*
.js
-o
-name
\*
.qml
-o
-name
\*
.cpp
`
-o
$podir
/plasma_applet_org.kde.plasma.keyboardlayout.pot
applets/keyboardlayout/contents/ui/configGeneral.qml
View file @
c24ee834
...
...
@@ -8,6 +8,6 @@ Kirigami.FormLayout {
CheckBox
{
checked
:
plasmoid
.
configuration
.
showFlag
onCheckedChanged
:
plasmoid
.
configuration
.
showFlag
=
checked
text
:
"
Show flag
"
text
:
i18n
(
"
Show flag
"
)
}
}
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