Files
purple-electrumwallet/plugins/exchange_rate/__init__.py
T

6 lines
155 B
Python
Raw Normal View History

2015-11-23 19:38:48 +01:00
from electrum.i18n import _
fullname = _("Exchange rates")
description = _("Exchange rates and currency conversion tools.")
available_for = ['qt','kivy']