Opened 6 years ago

Closed 6 years ago

#29259 closed Uncategorized (invalid)

Disable Fuzzy

Reported by: Mostafa Zeinivand Owned by: nobody
Component: Internationalization Version: 2.0
Severity: Normal Keywords: fuzzy, translation, locale, internationalization
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Hi.
I want to disable fuzzy in django translation, but I can't!
I googled about this but it seems there is no way to stop fuzzy in django.
is there any trick or solution to disable it?

Change History (3)

comment:1 by Tim Graham, 6 years ago

Resolution: invalid
Status: newclosed

Maybe tickets #10852 or #18714 help? In any case, please see TicketClosingReasons/UseSupportChannels to get help with Django usage.

comment:2 by Mostafa Zeinivand, 6 years ago

Resolution: invalid
Status: closednew

comment:3 by Claude Paroz, 6 years ago

Resolution: invalid
Status: newclosed

See https://docs.djangoproject.com/en/2.0/topics/i18n/translation/#customizing-makemessages and use msgmerge_options instead of xgettext_options.

Please do not reopen tickets without giving any justification.

Note: See TracTickets for help on using tickets.
Back to Top