Ticket #23382: patch-gettext-0.17.diff
File patch-gettext-0.17.diff, 494 bytes (added by mklein-de (Michael Klein), 15 years ago) |
---|
-
locale/create-makefile
old new 37 37 $i.po: \$(CFILES) 38 38 @echo "Updating $i.po" 39 39 @cd ..; xgettext --no-wrap -cTRANSLATORS: -o locale/messages.pot -k_ -k_utf \$(CFILES_NP) 40 @msgmerge -q -U --no-wrap --no-fuzzy-matching $i.po messages.pot40 @msgmerge -q -U --no-wrap --no-fuzzy-matching --backup=none $i.po messages.pot 41 41 @rm -f messages.pot 42 42 43 43 $i/LC_MESSAGES/dvdisaster.mo: $i.po