Mercurial > hg > easaier-soundaccess
view update-i18n.sh @ 190:61681a2bc1e6
keep MIN and MAX compatibility (VC and linux compilation)
author | lbajardsilogic |
---|---|
date | Tue, 27 Nov 2007 13:26:04 +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