diff options
author | Matt Wilson <msw@redhat.com> | 2001-09-06 22:05:54 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-09-06 22:05:54 +0000 |
commit | 39a34bf7fac0cc7b7c66abcc4f5157b7727b8a36 (patch) | |
tree | b0523c863d35bd3fa6a9d2eaad1d39f47f75ebee /po/Makefile | |
parent | 0005968bd1ad898a3c357f5395c85a559f782550 (diff) | |
download | anaconda-39a34bf7fac0cc7b7c66abcc4f5157b7727b8a36.tar.gz anaconda-39a34bf7fac0cc7b7c66abcc4f5157b7727b8a36.tar.xz anaconda-39a34bf7fac0cc7b7c66abcc4f5157b7727b8a36.zip |
check the format strings in translations
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index fa20a1331..7dc54284e 100644 --- a/po/Makefile +++ b/po/Makefile @@ -91,6 +91,6 @@ missing-mixed: done %.mo: %.po - cat $< timeconfig/$< | msgfmt -o $@ - + cat $< timeconfig/$< | msgfmt --check -o $@ - depend: |