This commit is contained in:
Luk Lu
2022-10-04 17:04:23 +08:00
parent 5f57a0e16a
commit b2e46cc094
8 changed files with 5125 additions and 1776 deletions

6
i18n-cryptocurrencies.js Normal file
View File

@@ -0,0 +1,6 @@
module.exports = {
BTC: { name: 'Bitcoin', symbol: '₿' },
LTC: { name: 'Litecoin', symbol: 'Ł' },
DOGE: { name: 'Dogecoin', symbol: 'Ð' },
USDT: { symbol: 'USD₮' },
}