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
Education
Parley
Commits
5dd6616d
Commit
5dd6616d
authored
Sep 29, 2021
by
Albert Astals Cid
Browse files
There's no .py files anymore
parent
e5c9bde8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Messages.sh
View file @
5dd6616d
...
@@ -7,7 +7,6 @@ $EXTRACTRC `find . -name \*.rc -o -name \*.ui -o -name \*.kcfg` >> rc.cpp
...
@@ -7,7 +7,6 @@ $EXTRACTRC `find . -name \*.rc -o -name \*.ui -o -name \*.kcfg` >> rc.cpp
# call xgettext on all source files. If your sources have other filename
# call xgettext on all source files. If your sources have other filename
# extensions besides .cc, .cpp, and .h, just add them in the find call.
# extensions besides .cc, .cpp, and .h, just add them in the find call.
$XGETTEXT
`
find
.
-name
\*
.cpp
-o
-name
\*
.h
`
-o
$podir
/parley.pot
$XGETTEXT
`
find
.
-name
\*
.cpp
-o
-name
\*
.h
`
-o
$podir
/parley.pot
$XGETTEXT
-L
python
`
find
.
-name
\*
.py
`
-o
$podir
/parley.pot
-j
# remove the generated files
# remove the generated files
rm
-f
tips.cpp rc.cpp
python_parley.pot
rm
-f
tips.cpp rc.cpp
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