Hi, I am sending this again because the previous message (direct 9MB
one from git send-email) seems to have been discarded because of its
size.

Here is the compressed patch:
http://repository.jlime.com/0001-Update-translation-files.patch.bz2

I am sending this because I'd like to contribute some changes and I
think it would be better if an update of po/pot files was done before
as a separate commit.

This commit is a direct result of running these commands:
cd po
make dpkg.pot
make update-po
for po in *.po
do
       # remove strings not existing in the source code
       awk '$1 ~ "#~" { exit }; {print $0}' "$po" > "$po.new"
       mv "$po.new" "$po"
done

Signed-off-by: Filip Zyzniewski <[email protected]>

bye,
Filip Zyzniewski


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: 
http://lists.debian.org/[email protected]

Reply via email to