mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
5 lines
155 B
Python
5 lines
155 B
Python
from electrum.i18n import _
|
|
|
|
fullname = _("Exchange rates")
|
|
description = _("Exchange rates and currency conversion tools.")
|
|
available_for = ['qt','kivy']
|