Browse Source

Forgot the add the ngettext

master
Julio Biason 15 years ago
parent
commit
a9e55070cc
  1. 1
      mitterlib/ui/ui_pygtk.py

1
mitterlib/ui/ui_pygtk.py

@ -47,6 +47,7 @@ URL_RE = re.compile(r'(https?://[^\s\n\r]+)', re.I)
# ----------------------------------------------------------------------
t = gettext.translation('ui_pygtk', fallback=True)
_ = t.gettext
N_ = t.ngettext
# ----------------------------------------------------------------------
# String with the format to the message

Loading…
Cancel
Save