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
Network
KIO GDrive
Commits
cbc4f9e5
Commit
cbc4f9e5
authored
Jan 15, 2021
by
Yuri Chornoivan
Browse files
Fix message extraction
parent
d958a1b8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Messages.sh
100755 → 100644
View file @
cbc4f9e5
#! /usr/bin/env bash
$XGETTEXT
$(
find
.
-name
"*.cpp"
)
-o
$podir
/kio5_gdrive.pot
#!/bin/sh
$XGETTEXT
`
find
.
-not
-path
\*
/tests/
\*
-name
\*
.cpp
-o
-name
\*
.qml
-o
-name
\*
.cc
-o
-name
\*
.h
`
-o
$podir
/kio5_gdrive.pot
purpose/Messages.sh
deleted
100644 → 0
View file @
d958a1b8
#!/bin/sh
$XGETTEXT
`
find
.
-not
-path
\*
/tests/
\*
-name
\*
.cpp
-o
-name
\*
.qml
-o
-name
\*
.cc
-o
-name
\*
.h
`
-o
$podir
/kio5_gdrive.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