Files
StockMan/StockManMVC/bower_components/cldr-data/main/it/listPatterns.json
T
2016-10-03 10:53:40 +02:00

40 lines
904 B
JSON

{
"main": {
"it": {
"identity": {
"version": {
"_number": "$Revision: 12293 $",
"_cldrVersion": "29"
},
"language": "it"
},
"listPatterns": {
"listPattern-type-standard": {
"start": "{0}, {1}",
"middle": "{0}, {1}",
"end": "{0} e {1}",
"2": "{0} e {1}"
},
"listPattern-type-unit": {
"start": "{0}, {1}",
"middle": "{0}, {1}",
"end": "{0} e {1}",
"2": "{0} e {1}"
},
"listPattern-type-unit-narrow": {
"start": "{0} {1}",
"middle": "{0} {1}",
"end": "{0} {1}",
"2": "{0} {1}"
},
"listPattern-type-unit-short": {
"start": "{0}, {1}",
"middle": "{0}, {1}",
"end": "{0} e {1}",
"2": "{0} e {1}"
}
}
}
}
}