mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-05 08:11:15 -03:00
Stop using fuzzy translations in autotools build
We've already stopped doing this for cmake, and as we've seen in issue #4847, it can cause _crashes_.
This commit is contained in:
@@ -467,7 +467,7 @@ doc.h: $(HDR_FILES)
|
||||
#
|
||||
%.gmo:
|
||||
@echo " msgfmt $(em)$@$(sgr0)"
|
||||
$v msgfmt --use-fuzzy -o $@ $*.po
|
||||
$v msgfmt -o $@ $*.po
|
||||
|
||||
#
|
||||
# Update existing po file or copy messages.pot
|
||||
|
||||
Reference in New Issue
Block a user