diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-01-03 20:01:36 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-01-03 20:01:36 +0000 |
commit | 3b5f0e6ce91639155222e723c1890fb5ea9f9e6f (patch) | |
tree | d71c79c063f75861854cff1412fb9bae095a7dc8 /po/Makefile | |
parent | 617976a8a3310b7ccb3cf394f291b6ebc325a8c3 (diff) |
* Added a Spanish translation by Victor Moral.
* A few translation infrastructure fixes.
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/po/Makefile b/po/Makefile index fa129de81..910114e67 100644 --- a/po/Makefile +++ b/po/Makefile @@ -26,7 +26,7 @@ clean: %.po: ikiwiki.pot @echo -n "Merging ikiwiki.pot and $@" - @msgmerge $@ ikiwiki.pot -o $@.new + @msgmerge $@ ikiwiki.pot -o $@.new 2>&1 # Typically all that changes was a date. I'd prefer not to commit such # changes, so detect and ignore them. @if [ "`diff $@ $@.new | grep '[<>]' | wc -l`" -ne 2 ]; then \ @@ -34,7 +34,7 @@ clean: else \ rm -f $@.new; \ fi - @msgfmt --statistics $@ + @msgfmt --statistics $@ 2>&1 check: @for file in $(POFILES); do \ |