feat: translate indian number system symbols (#17694)
This commit is contained in:
parent
3927522873
commit
e72a02e42c
1 changed files with 3 additions and 3 deletions
|
|
@ -20,15 +20,15 @@ export default {
|
|||
indian: [
|
||||
{
|
||||
divisor: 1.0e7,
|
||||
symbol: "Cr"
|
||||
symbol: __("Cr", null, "Number system")
|
||||
},
|
||||
{
|
||||
divisor: 1.0e5,
|
||||
symbol: "Lakh"
|
||||
symbol: __("Lakh", null, "Number system")
|
||||
},
|
||||
{
|
||||
divisor: 1.0e3,
|
||||
symbol: "K"
|
||||
symbol: __("K", null, "Number system")
|
||||
}
|
||||
]
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue