1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-18 05:28:40 +00:00

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

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

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