Skip to content
  • Colin Walters's avatar
    Add a gettext module · 7159637b
    Colin Walters authored
    Bindings for gettext, dgettext, ngettext, dngettext, and pgettext.
    
    We also expose a function "domain" which returns an "instance" of
    the gettext module specialized for a particular domain, to avoid
    having to pass the domain to every call to gettext; useful
    for code which is not in the default domain.
    7159637b