Mercurial > hg > easaier-soundaccess
view update-i18n.sh @ 3:6b39a4d6b309
add easaier tab widgets, style and pass the layer characteristics in the main window (remove from panestack)
author | lbajardsilogic |
---|---|
date | Fri, 11 May 2007 14:01:29 +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