repo.or.cz
/
wammu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update.
[wammu.git]
/
admin
/
locales-stats
blob
5715ce8bcb2336646f6dd111e735a855c4a7f677
1
#!/bin/sh
2
for
x
in
local
e
/*/
wammu.po
;
do
3
lang
=
`echo
$x
| sed 's@locale/\(.*\)/wammu.po@\1@'`
4
echo -n
"
$lang
: "
5
msgfmt
--statistics --check -o
-
$x
> /
dev
/
null
6
done