comparison pyntnclick/i18n.py @ 769:43b49f1de828 pyntnclick-i18n

Merge i18n for before the pyntnclick split
author Stefano Rivera <stefano@rivera.za.net>
date Sat, 26 Jan 2013 16:57:33 +0200
parents
children 5ec7905b2365
comparison
equal deleted inserted replaced
763:afe7b1cb16c0 769:43b49f1de828
1 # internationalization
2
3 from gettext import gettext
4
5
6 def _(s):
7 return unicode(gettext(s), "utf-8")