mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-11 07:46:07 -06:00
added percentage currency
This commit is contained in:
parent
6e227536c0
commit
6ac32df19b
@ -1245,8 +1245,15 @@ return [
|
|||||||
'separator' => ',',
|
'separator' => ',',
|
||||||
'point' => '.',
|
'point' => '.',
|
||||||
'decimals' => 2,
|
'decimals' => 2,
|
||||||
'symbol' => '$',]
|
'symbol' => '$',
|
||||||
|
],
|
||||||
|
'PER' => [
|
||||||
|
'name' => 'Percentage',
|
||||||
|
'direction' => 'ltr',
|
||||||
|
'separator' => ',',
|
||||||
|
'point' => '.',
|
||||||
|
'decimals' => 4,
|
||||||
|
'symbol' => '%'
|
||||||
|
]
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
Loading…
Reference in New Issue
Block a user