#33068: makemessages is inconvenient when overriding default django translations
-------------------------------------+-------------------------------------
Reporter: Satyajeet Kanetkar | Owner: nobody
Type: Bug | Status: closed
Component: | Version: 3.2
Internationalization |
Severity: Normal | Resolution: invalid
Keywords: makemessages | Triage Stage:
| Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Mariusz Felisiak):
* status: new => closed
* resolution: => invalid
Comment:
Thanks for extra details. You should copy base translations to the
separate directory if you want to include your own translations, and
override base translations in your project, i.e.
- copy `django/conf/locale/mr/LC_MESSAGES/django.po` to the
`<BASE_DIR>/django/conf/locale/mr/LC_MESSAGES/django.po` (override base
translations),
- `<BASE_DIR>/locale/mr/LC_MESSAGES/django.po` will contain your own
project translations,
see [https://docs.djangoproject.com/en/stable/topics/i18n/translation
/#how-django-discovers-translations How Django discovers translations].
--
Ticket URL: <https://code.djangoproject.com/ticket/33068#comment:5>
Django <https://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 unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/067.23f86746b0358372afbf728295793d3d%40djangoproject.com.