repo.or.cz
/
torbutton.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Translations update
[torbutton.git]
/
trans_tools
/
old
/
validate_all.sh
blob
47bb6e62c5c605bd5994fa711969e7b8f98e6e5d
1
#!/bin/bash
2
3
for
i
in
`ls -1 ./po`
4
do
5
.
/
validate.py
--input
=
.
/
po
/
$i
/
torbutton.dtd.po
6
.
/
validate.py
--input
=
.
/
po
/
$i
/
torbutton.properties.po
7
done