SVN commit 465820 by goutte: If there is going to be a new KDE 3.4.x version, we should better go back to the odd/even week day check. M +2 -2 makemessages --- trunk/KDE/kde-common/makemessages #465819:465820 @@ -42,8 +42,8 @@ fi ### temporary -# if test $(($(date +"%j") % 2)) = 1; then -if test `date +%u` -ne 3; then +if test $(($(date +"%j") % 2)) = 1; then +# if test `date +%u` -ne 3; then transmod="trunk/l10n" else transmod="branches/stable/l10n"