5
updated: March 26, 2011
7
Code for working with gettext translations.
11
from gettext import lgettext as _
12
from gettext import lngettext as ngettext
13
if hasattr(gettext, "bind_textdomain_codeset"):
14
gettext.bind_textdomain_codeset("recent-notifications", "UTF-8")
15
gettext.textdomain("recent-notifications")