--
Ticket URL: <https://code.djangoproject.com/ticket/34021>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => invalid
Comment:
Replying to [ticket:34021 Mahdi Firouzjah]:
> according to a situation that I had some texts and words marked for
translation that tey were also used in some djnago apps as well. my
LOCALE_PATH was set to the root of project and all the marked strings were
collected there but the ones in common with django apps were not
translated according to what I provided and instead they were following
django's translation.
The directories listed in `LOCALE_PATHS` have the highest precedence so
the Django-provided base translation should not be used in your case, see
[https://docs.djangoproject.com/en/stable/topics/i18n/translation/#how-
django-discovers-translations docs]. I don't think any new feature is
needed. Please try to use one of
[https://code.djangoproject.com/wiki/TicketClosingReasons/UseSupportChannels
support channels] where folks should help with debugging your issue.
--
Ticket URL: <https://code.djangoproject.com/ticket/34021#comment:1>