Mercurial > hg > easaier-soundaccess
view update-i18n.sh @ 61:0387f53242b2
fix the 2ed color bug in the layer list. Now color in layer list is ok.
author | benoitrigolleau |
---|---|
date | Tue, 29 May 2007 09:26:15 +0000 |
parents | d2300d85996d |
children |
line wrap: on
line source
#!/bin/sh LUPDATE="lupdate" LRELEASE="lrelease" LANGUAGES="ru" "fr" for LANG in $LANGUAGES; do $LUPDATE */*.h */*/*.h */*.cpp */*/*.cpp \ -ts sv/i18n/sound-access_$LANG.ts done for LANG in $LANGUAGES; do $LRELEASE sv/i18n/sound-access_$LANG.ts done