mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 17:24:26 +08:00
support currency symbol
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user