Commit fad7184f authored by Franco Fichtner's avatar Franco Fichtner

lang: fuzzy matching is not good

parent 383bdd79
...@@ -5,7 +5,7 @@ XGETTEXT= ${_XGETTEXT} -L PHP --from-code=UTF-8 -F --strict --debug ...@@ -5,7 +5,7 @@ XGETTEXT= ${_XGETTEXT} -L PHP --from-code=UTF-8 -F --strict --debug
_MSGFMT!= which msgfmt || echo true _MSGFMT!= which msgfmt || echo true
MSGFMT= ${_MSGFMT} --strict MSGFMT= ${_MSGFMT} --strict
_MSGMERGE!= which msgmerge || echo true _MSGMERGE!= which msgmerge || echo true
MSGMERGE= ${_MSGMERGE} -U --backup=off MSGMERGE= ${_MSGMERGE} -U -N --backup=off
LOCALEDIR= /usr/local/share/locale/%%LANG%%/LC_MESSAGES LOCALEDIR= /usr/local/share/locale/%%LANG%%/LC_MESSAGES
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment