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
Utilities
Kate
Commits
9f185afc
Commit
9f185afc
authored
Oct 10, 2021
by
Yuri Chornoivan
Browse files
Remove extra semicolon
parent
964c7c06
Pipeline
#87484
passed with stage
in 2 minutes and 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
addons/externaltools/Messages.sh
View file @
9f185afc
...
...
@@ -3,5 +3,5 @@ $EXTRACTRC *.rc *.ui >> rc.cpp
for
i
in
externaltools-config/
*
;
do
grep
-n
-e
'^ *name='
$i
|
sed
's!^\(.*\):.*name= *\(.*\) *$!// i18n: file: \1\ni18nc("External tool name", "\2");!'
|
sed
's/ \+")/")/'
>>
rc.cpp
||
exit
13
grep
-n
-e
'^ *category='
$i
|
sed
's!^\(.*\):.*category= *\(.*\) *$!// i18n: file: \1\ni18nc("External tool category", "\2");!'
|
sed
's/ \+")/")/'
>>
rc.cpp
||
exit
13
;
done
done
$XGETTEXT
*
.cpp
-o
$podir
/kateexternaltoolsplugin.pot
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