Skip to content

Commit

Permalink
Small fix to [4931].
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4932 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
malcolmt committed Apr 5, 2007
1 parent 8424ea3 commit e57d1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/utils/translation/trans_null.py
Expand Up @@ -30,7 +30,7 @@ def ngettext(singular, plural, number):
def gettext(message):
return TECHNICAL_ID_MAP.get(message, message)

gettext_noop = gettext_lazy = gettext
gettext_noop = gettext_lazy = _ = gettext

def to_locale(language):
p = language.find('-')
Expand Down

0 comments on commit e57d1bd

Please sign in to comment.