Opened 7 years ago
Closed 7 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 , 7 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 by , 7 years ago
Resolution: | invalid |
---|---|
Status: | closed → new |
comment:3 by , 7 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
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.
Maybe tickets #10852 or #18714 help? In any case, please see TicketClosingReasons/UseSupportChannels to get help with Django usage.