#10852: Add no-fuzzy-matching option to makemessages ----------------------------------------------------+----------------------- Reporter: graham.carl...@maplecroft.com | Owner: nobody Status: new | Milestone: Component: Internationalization | Version: SVN Resolution: | Keywords: Stage: Unreviewed | Has_patch: 0 Needs_docs: 0 | Needs_tests: 0 Needs_better_patch: 0 | ----------------------------------------------------+----------------------- Comment (by ramiro):
Replying to [comment:2 graham.carl...@maplecroft.com]: > > However it seems I was mistaken in thinking that the web app would show this, presumably the "#, fuzzy" line stops that happening (maybe that's what you are referring to by msgmft?). > Exactly, the entries marked as fuzzy by `msgmerge` are generated by a simple lexicographic comparison and the probability of them being not totally accurate is high so a) they require intervention from the translator (to review/correct them and remove the fuzzy flag) and b) they aren't used in the final translation. `msgfmt` is the utility from the GNU gettext suite that compiles `.po` files to `.mo` files (the ones that get finally used by the i18n machinery) and it is executed by the `compilemessages` Django management command. See http://www.gnu.org/software/gettext/manual/gettext.html #msgfmt-Invocation (particularly the `--use-fuzzy` command line switch, which isn't used by `compilemessages`) -- Ticket URL: <http://code.djangoproject.com/ticket/10852#comment:3> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-updates@googlegroups.com To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---