Mercurial > hg > easaier-soundaccess
view update-i18n.sh @ 33:c14ebd0217af
add a busy cursor and statusBar information during the decompression and loading of an audio file.
author | lbajardsilogic |
---|---|
date | Tue, 15 May 2007 07:35:43 +0000 |
parents | fc9323a41f5a |
children | 079b8c0d68f1 |
line wrap: on
line source
#!/bin/sh LUPDATE="lupdate" LRELEASE="lrelease" LANGUAGES="ru" for LANG in $LANGUAGES; do $LUPDATE */*.h */*/*.h */*.cpp */*/*.cpp \ -ts sv/i18n/sonic-visualiser_$LANG.ts done for LANG in $LANGUAGES; do $LRELEASE sv/i18n/sonic-visualiser_$LANG.ts done