Unverified Kaydet (Commit) 803840ab authored tarafından Tim Graham's avatar Tim Graham Kaydeden (comit) GitHub

Refs #29926 -- Removed usage of gettext.translation()'s deprecated codeset parameter.

https://bugs.python.org/issue33710
üst 0ce2ad9c
...@@ -120,7 +120,6 @@ class DjangoTranslation(gettext_module.GNUTranslations): ...@@ -120,7 +120,6 @@ class DjangoTranslation(gettext_module.GNUTranslations):
domain=self.domain, domain=self.domain,
localedir=localedir, localedir=localedir,
languages=[self.__locale], languages=[self.__locale],
codeset='utf-8',
fallback=use_null_fallback, fallback=use_null_fallback,
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment