wesnoth/resources/gettext.wesnoth.org/bin/update-wesnoth-stats
Nils Kneuper bf284914db move gettext.wesnoth.org to our new ibiblio.org host...
...and change things as needed therefor

add zh_TW

sort textdomains
2008-03-10 13:47:15 +00:00

19 lines
286 B
Bash
Executable File

#!/bin/sh
cd $HOME/source/1.4/po
find . -name "*.po" -exec rm {} \;
svn cleanup
svn up
cd $HOME/source/trunk/po
find . -name "*.po" -exec rm {} \;
svn cleanup
svn up
cd $HOME/source/wescamp-i18n/
find . -name "*.po" -exec rm {} \;
svn cleanup
svn up
php html/gettext/grab-stats.php