support currency symbol

This commit is contained in:
MaysWind
2020-11-22 14:31:32 +08:00
parent 9e1ec6d13c
commit 1e4fe9bd72
7 changed files with 659 additions and 164 deletions
+4
View File
@@ -13,6 +13,9 @@ export default {
},
'datetime': {
'long': 'MM/DD/YYYY HH:mm:ss',
},
'currency': {
'symbol': '{amount} {symbol}'
}
},
'currency': {
@@ -373,6 +376,7 @@ export default {
'Currency Display Mode': 'Currency Display Mode',
'Currency Code': 'Currency Code',
'Currency Name': 'Currency Name',
'Currency Symbol': 'Currency Symbol',
'Show Account Balance': 'Show Account Balance',
'Enable Animate': 'Enable Animate',
'Enable Auto Dark Mode': 'Enable Auto Dark Mode',
+4
View File
@@ -13,6 +13,9 @@ export default {
},
'datetime': {
'long': 'YYYY年MM月DD日 HH:mm:ss',
},
'currency': {
'symbol': '{symbol} {amount}'
}
},
'currency': {
@@ -373,6 +376,7 @@ export default {
'Currency Display Mode': '货币显示模式',
'Currency Code': '货币代码',
'Currency Name': '货币名称',
'Currency Symbol': '货币符号',
'Show Account Balance': '显示账户余额',
'Enable Animate': '启用动画',
'Enable Auto Dark Mode': '启用自动深色模式',