1
0
OBS User unknown
2008-03-19 13:22:08 +00:00
committed by Git OBS Bridge
parent b8f5b926d2
commit ddd67731d8
6 changed files with 67 additions and 52 deletions

View File

@@ -6,9 +6,11 @@ mkdir -p gnome-patch-translation-merged
cd gnome-patch-translation-files
msgcomm --more-than=0 -o ../gnome-patch-translation-merged/gnome-patch-translation.pot ../HEADER.pot *.pot
ls -1 *.po | sed 's/^.*-//;s/\.po//' | sort -u >../gnome-patch-translation-merged/lang.lst
touch empty.po
for LNG in $(<../gnome-patch-translation-merged/lang.lst) ; do
msgcomm --more-than=0 -o ../gnome-patch-translation-merged/$LNG.po ../HEADER.pot *-$LNG.po
msgcomm --more-than=0 -o ../gnome-patch-translation-merged/$LNG.po empty.po *-$LNG.po
done
rm empty.po
cd ../gnome-patch-translation-merged
for PO in *.po ; do