Re: [Django] #6376: Please don't force the usage of the 'django' gettext domain

9 views
Skip to first unread message

Django

unread,
Jun 23, 2013, 3:31:21 PM6/23/13
to django-...@googlegroups.com
#6376: Please don't force the usage of the 'django' gettext domain
--------------------------------------+------------------------------------
Reporter: dennis@… | Owner: nobody
Type: New feature | Status: new
Component: Internationalization | Version: master
Severity: Normal | Resolution:
Keywords: gettext | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 1 | Patch needs improvement: 1
Easy pickings: 0 | UI/UX: 0
--------------------------------------+------------------------------------
Changes (by ramiro):

* stage: Someday/Maybe => Accepted


Comment:

#20070 asked for the same feature and was accepted by Jacob.

--
Ticket URL: <https://code.djangoproject.com/ticket/6376#comment:13>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

Django

unread,
Aug 9, 2013, 3:48:04 PM8/9/13
to django-...@googlegroups.com
#6376: Please don't force the usage of the 'django' gettext domain
--------------------------------------+------------------------------------
Reporter: dennis@… | Owner: nobody
Type: New feature | Status: new
Component: Internationalization | Version: master
Severity: Normal | Resolution:
Keywords: gettext | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 1 | Patch needs improvement: 1
Easy pickings: 0 | UI/UX: 0
--------------------------------------+------------------------------------
Changes (by 4glitch@…):

* cc: 4glitch@… (added)


--
Ticket URL: <https://code.djangoproject.com/ticket/6376#comment:14>

Django

unread,
Feb 18, 2014, 5:21:56 AM2/18/14
to django-...@googlegroups.com
#6376: Please don't force the usage of the 'django' gettext domain
--------------------------------------+------------------------------------
Reporter: dennis@… | Owner: nobody
Type: New feature | Status: new
Component: Internationalization | Version: master
Severity: Normal | Resolution:
Keywords: gettext | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 1 | Patch needs improvement: 1
Easy pickings: 0 | UI/UX: 0
--------------------------------------+------------------------------------
Changes (by pennersr):

* cc: raymond.penners@… (added)


--
Ticket URL: <https://code.djangoproject.com/ticket/6376#comment:15>

Django

unread,
Jul 26, 2015, 3:07:57 PM7/26/15
to django-...@googlegroups.com
#6376: Please don't force the usage of the 'django' gettext domain
--------------------------------------+------------------------------------
Reporter: dennis@… | Owner: LiquidPL
Type: New feature | Status: assigned

Component: Internationalization | Version: master
Severity: Normal | Resolution:
Keywords: gettext | Triage Stage: Accepted
Has patch: 0 | Needs documentation: 0
Needs tests: 1 | Patch needs improvement: 0

Easy pickings: 0 | UI/UX: 0
--------------------------------------+------------------------------------
Changes (by LiquidPL):

* status: new => assigned
* needs_better_patch: 1 => 0
* has_patch: 1 => 0
* cc: LiquidPL (added)
* owner: nobody => LiquidPL


--
Ticket URL: <https://code.djangoproject.com/ticket/6376#comment:16>

Django

unread,
Jul 27, 2015, 8:09:19 AM7/27/15
to django-...@googlegroups.com
#6376: Please don't force the usage of the 'django' gettext domain
--------------------------------------+------------------------------------
Reporter: dennis@… | Owner: LiquidPL
Type: New feature | Status: assigned
Component: Internationalization | Version: master
Severity: Normal | Resolution:
Keywords: gettext | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 0 | UI/UX: 0
--------------------------------------+------------------------------------
Changes (by LiquidPL):

* has_patch: 0 => 1
* needs_tests: 1 => 0


Comment:

Created a pull request: https://github.com/django/django/pull/5053

Added a setting LOCALE_FILENAME, allowing to specify what filenames should
be looked for by the internationalization system.

--
Ticket URL: <https://code.djangoproject.com/ticket/6376#comment:17>

Django

unread,
Jul 28, 2015, 7:25:20 PM7/28/15
to django-...@googlegroups.com
#6376: Please don't force the usage of the 'django' gettext domain
--------------------------------------+------------------------------------
Reporter: dennis@… | Owner: LiquidPL
Type: New feature | Status: assigned
Component: Internationalization | Version: master
Severity: Normal | Resolution:
Keywords: gettext | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
--------------------------------------+------------------------------------

Comment (by timgraham):

Created a [https://groups.google.com/d/topic/django-
developers/HPFdQtgaMvw/discussion django-developers thread] to ask if a
new setting is fine for this.

--
Ticket URL: <https://code.djangoproject.com/ticket/6376#comment:18>

Django

unread,
Aug 24, 2015, 9:10:26 AM8/24/15
to django-...@googlegroups.com
#6376: Please don't force the usage of the 'django' gettext domain
--------------------------------------+------------------------------------
Reporter: dennis@… | Owner: LiquidPL
Type: New feature | Status: assigned
Component: Internationalization | Version: master
Severity: Normal | Resolution:
Keywords: gettext | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 1

Easy pickings: 0 | UI/UX: 0
--------------------------------------+------------------------------------
Changes (by timgraham):

* needs_better_patch: 0 => 1


Comment:

Claude proposed a way to avoid adding a new setting on the django-
developers thread. Marking as "Patch needs improvement" in light of that.

--
Ticket URL: <https://code.djangoproject.com/ticket/6376#comment:19>

Django

unread,
Nov 24, 2018, 2:40:03 PM11/24/18
to django-...@googlegroups.com
#6376: Please don't force the usage of the 'django' gettext domain
-------------------------------------+-------------------------------------
Reporter: dennis@… | Owner: Rui
| Pereira

Type: New feature | Status: assigned
Component: | Version: master
Internationalization |

Severity: Normal | Resolution:
Keywords: gettext | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Rui Pereira):

* owner: Krzysztof Gutkowski => Rui Pereira


* needs_better_patch: 1 => 0


Comment:

[https://github.com/django/django/pull/10687 PR]

--
Ticket URL: <https://code.djangoproject.com/ticket/6376#comment:20>

Reply all
Reply to author
Forward
0 new messages