12 lines
351 B
JSON
12 lines
351 B
JSON
{
|
|
"format": "{amt}{ore} kr",
|
|
"amt": [
|
|
{ "format": "{int(1,9)}", "weight": 2 },
|
|
{ "format": "{int(10,99)}", "weight": 4 },
|
|
{ "format": "{int(100,999)}", "weight": 3 },
|
|
"{int(1,9)} {digits(3)}",
|
|
{ "format": "{int(10,99)} {digits(3)}", "weight": 0.3 }
|
|
],
|
|
"ore": ["", { "format": ",{c}", "c": "{digits(2)}", "weight": 0.4 }]
|
|
}
|