Imported Upstream version 0.79.5

This commit is contained in:
Carlos Maddela
2016-12-19 10:33:34 +11:00
parent 2f23ea4b4a
commit 0a72a11315
1931 changed files with 104660 additions and 254637 deletions

View File

@@ -46,4 +46,11 @@ $i/LC_MESSAGES/dvdisaster.mo: $i.po
EOF
done
done
cat >> Makefile <<EOF
.PHONY : check-untranslated
check-untranslated:
@msgattrib --untranslated de.po
EOF