mirror of
https://github.com/django/django.git
synced 2025-03-12 18:30:48 +00:00
Removed obsolete attribute of DjangoTranslation
This commit is contained in:
parent
f940e564e4
commit
c0439b6210
@ -80,7 +80,6 @@ class DjangoTranslation(gettext_module.GNUTranslations):
|
|||||||
def __init__(self, *args, **kw):
|
def __init__(self, *args, **kw):
|
||||||
gettext_module.GNUTranslations.__init__(self, *args, **kw)
|
gettext_module.GNUTranslations.__init__(self, *args, **kw)
|
||||||
self.set_output_charset('utf-8')
|
self.set_output_charset('utf-8')
|
||||||
self.django_output_charset = 'utf-8'
|
|
||||||
self.__language = '??'
|
self.__language = '??'
|
||||||
|
|
||||||
def merge(self, other):
|
def merge(self, other):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user