#17379: Silent translation of all ./manage.py commands to en-us unexpected/undocumented -------------------------------------+------------------------------------- Reporter: chrischambers | Owner: nobody Type: Bug | Status: new Component: | Version: SVN Internationalization | Resolution: Severity: Normal | Triage Stage: Accepted Keywords: management, shell, | Needs documentation: 1 i18n, l10n, en-us, translation, | Patch needs improvement: 0 documentation | UI/UX: 0 Has patch: 1 | Needs tests: 0 | Easy pickings: 1 | -------------------------------------+-------------------------------------
Comment (by lpiatek): Comment on https://code.djangoproject.com/attachment/ticket/17379/17379-1.diff patch: - keep_active_language is not required, can_import_settings is only used for what we want to turn off. So maybe we do not need new flag? - printing sholdn't be done on stderr, but on stdout? - we changed information to: "Active language set to 'en-us'.\n" Comment on whole: - there should be in BaseCommand Class functions like: _pre_execute(self), _post_execute(self) when such things like translations would be run, but this kind of change requires 'Design Decision', so we ommit it for now #djangosprint-krakow -- Ticket URL: <https://code.djangoproject.com/ticket/17379#comment:4> 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 post to this group, send email to django-updates@googlegroups.com. To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.