mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00: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:
parent
60c4a66c57
commit
14d59c53f6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue