我们应该如何配置新的虚拟货币“Fantasy Coins”
我们不希望.00像usd
1个硬币是最小的单位,应该没有.00
那么子单元会是1吗?
还有千位分隔符
对于“硬币”和其他货币的转换率是否有任何建议
我们希望输出Θ1,000
config.register_currency = {
:priority => 100,
:iso_code => "COIN",
:name => "Fantasy Coins",
:symbol => "Θ",
:symbol_first => true,
:subunit => "Subcent",
:subunit_to_unit => 1,
:thousands_separator => ",",
:decimal_mark => "."
}