Mercurial > hg > easaier-soundaccess
view update-i18n.sh @ 268:ee047fc1a552
if no title is present in the results list, it is replace by "unknown"
when a new TIMELINE INFORMATION layer is loaded the sample rate is set up to the main model (WaveFileModel) sample rate.
author | lbajardsilogic |
---|---|
date | Wed, 25 Jun 2008 09:47:11 +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