Skip to content

Commit

Permalink
Do not use fuzzy matching for generating localisation files (#884)
Browse files Browse the repository at this point in the history
  • Loading branch information
luzip665 committed Jul 10, 2023
1 parent 233923b commit bfe91cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ pot:
xgettext -j -o messages.pot --keyword=X-GNOME-FullName '../data/exaile.desktop.in' && \
xgettext -j -o messages.pot '../data/exaile.appdata.xml.in' )
find po -name '*.po' -exec \
msgmerge --previous --update {} po/messages.pot \;
msgmerge --previous --no-fuzzy-matching --update {} po/messages.pot \;
echo $(LINGUAS) > po/LINGUAS

potball: builddir
Expand Down

0 comments on commit bfe91cf

Please sign in to comment.