#33068: makemessages is inconvenient when overriding default django translations
-------------------------------------+-------------------------------------
     Reporter:  Satyajeet Kanetkar   |                    Owner:  nobody
         Type:  Bug                  |                   Status:  closed
    Component:                       |                  Version:  3.2
  Internationalization               |               Resolution:
     Severity:  Normal               |  worksforme
     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):

 * cc: Claude Paroz (added)
 * status:  new => closed
 * resolution:   => worksforme


Comment:

 Thanks for the report, however I cannot reproduce this issue with
 following steps:
  - create new project
  - copy `django/conf/locale/mr/LC_MESSAGES/django.po` to the
 `<BASE_DIR>/locale/mr/LC_MESSAGES/django.po`
  - add `LOCALE_PATHS = [BASE_DIR / 'locale']` to settings
  - translate some strings in `<BASE_DIR>/locale/mr/LC_MESSAGES/django.po`
  - compile messages,
  - call `python manage.py makemessages -l mr`

 I don't see any lines commented in the
 `<BASE_DIR>/locale/mr/LC_MESSAGES/django.po`.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/33068#comment:2>
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.5b7e64b830bebbfeec306a68da039462%40djangoproject.com.

Reply via email to