repo.or.cz
/
rox-lib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
If an XXMLRPC Call object is destroyed before the response is read then
[rox-lib.git]
/
Messages
/
update-po
blob
3af45e03533e44252f14afb9c1b6b7e4040834f4
1
#!/bin/sh
2
3
echo
Extracting messages from
source
files...
4
echo
5
6
(
cd
..
/
python
/
rox
;
pygettext
*
.py ..
/
..
/
AppRun
)
7
8
echo
9
echo
Updating all .po files...
10
echo
11
12
for
FILE
in
*
.po
;
do
13
echo -n
"Updating '
$FILE
' translation"
14
mv
$FILE $FILE
.old
15
msgmerge
$FILE
.old ..
/
python
/
rox
/
messages.pot
>
$FILE
16
done