Update changelog.

This commit is contained in:
Andrius Štikonas 2009-03-17 17:57:59 +02:00
vanhempi cf9e2f6409
commit 4448ac061c
4 muutettua tiedostoa jossa 4 lisäystä ja 4 poistoa

Näytä tiedosto

@ -11,4 +11,4 @@ v. 0.2 (2008-01-18)
* updated ths-applysed.sh command, removed a serious flaw that would at times eat half a file where it should not have.
v. 0.1 (2007-09-17)
* initial release.
* initial release.

Näytä tiedosto

@ -42,4 +42,4 @@ file2=$2
$MSGMERGE --no-wrap $file1 $file1 -o ${file1}.for.diff
$MSGMERGE --no-wrap $file2 $file2 -o ${file2}.for.diff
$DIFF ${file1}.for.diff ${file2}.for.diff
rm ${file1}.for.diff ${file2}.for.diff
rm ${file1}.for.diff ${file2}.for.diff

Näytä tiedosto

@ -51,4 +51,4 @@ for po in `cd $pofiles ; find . -name "*.po"`
do
echo -n $pofiles/$po
$MSGMERGE --no-fuzzy-matching --backup=off --update $pofiles/$po $templates/${po}t
done
done

Näytä tiedosto

@ -31,4 +31,4 @@ KDIFF3=`which kdiff3 2> /dev/null`
RED="\033[0;31m"
GREEN="\033[0;32m"
BLUE="\033[0;34m"
ENDCOLOR="\033[0m"
ENDCOLOR="\033[0m"