规范化国际化语言标签,注释掉例如 az-Latn-AZ 的语言

This commit is contained in:
Luk
2024-12-17 12:21:22 +08:00
parent 7eed36ac56
commit ee8595130c
2 changed files with 139 additions and 142 deletions

View File

@@ -1,6 +1,6 @@
module.exports = {
TIC: { coinCode: 'TIC', coinIname: { zhCN: '时光币', enUS: 'Timecoin' }, coinSymbol: 'τ', coinPrecision: 18 },
TUC: { coinCode: 'TUC', coinIname: { zhCN: '信用币', enUS: 'Credicoin' }, coinSymbol: '¢', coinPrecision: 18, coinSupply: 10000000000 }, // 100亿
TUC: { coinCode: 'TUC', coinIname: { zhCN: '信用币', enUS: 'Creditcoin' }, coinSymbol: '¢', coinPrecision: 18, coinSupply: 10000000000 }, // 100亿
BTC: { coinCode: 'BTC', coinIname: { zhCN: '比特币', enUS: 'Bitcoin' }, coinSymbol: '₿', coinPrecision: 8, coinSupply: 21000000 }, // 2100万
ETH: { coinCode: 'ETH', coinIname: { zhCN: '以太币', enUS: 'Ethereum' }, coinSymbol: 'Ξ', coinPrecision: 18, coinSupply: 120440000 }, // 1亿2044万
LTC: { coinCode: 'LTC', coinIname: { zhCN: '莱特币', enUS: 'Litecoin' }, coinSymbol: 'Ł', coinPrecision: 8, coinSupply: 84000000 }, // 8400万