comparison gamelib/i18n.py @ 478:a9925aaf5f61 1.0.1

i18n and Russian translation
author Stefano Rivera <stefano@rivera.za.net>
date Tue, 08 Mar 2011 12:29:14 +0200
parents
children 4ea237bbcef8
comparison
equal deleted inserted replaced
477:51055400a9a8 478:a9925aaf5f61
1 # internationalization
2
3 from gettext import gettext
4
5 def _(s):
6 return unicode(gettext(s), "utf-8")