view mercurial/i18n.py @ 4652:06de65673ec2

timestamp of gzip archives taken from changeset context
author csaba.henk@creo.hu
date Mon, 11 Jun 2007 19:09:01 +0200
parents 660504812daf
children
line wrap: on
line source

"""
i18n.py - internationalization support for mercurial

Copyright 2005, 2006 Matt Mackall <mpm@selenic.com>

This software may be used and distributed according to the terms
of the GNU General Public License, incorporated herein by reference.
"""

import gettext
t = gettext.translation('hg', fallback=1)
gettext = t.gettext
_ = gettext