add trezor.gettext

This commit is contained in:
Pavol Rusnak 2016-05-27 02:20:48 +02:00
parent 38b66cb6d8
commit bf4d1bdea3
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
1 changed files with 4 additions and 0 deletions

4
src/trezor/gettext.py Normal file
View File

@ -0,0 +1,4 @@
def gettext(message):
return message
_ = gettext