it constant
Implementation
static const Map<String,dynamic> it = {
"number": {
"label": {
"amount": "Importo",
"percent": "Per cento",
"percentage": "Percentuale"
},
"months": {
"few": "{} mesi",
"many": "{} mesi",
"one": "{} mese",
"other": "{} mesi",
"two": "{} mesi",
"zero": "{} mese"
},
"ordinal": {
"short": {
"first": {
"female": "{num}°",
"male": "{num}°",
"other": "{num}°"
},
"others": {
"female": "{num}°",
"male": "{num}°",
"other": "{num}°"
},
"second": {
"female": "{num}°",
"male": "{num}°",
"other": "{num}°"
},
"third": {
"female": "{num}°",
"male": "{num}°",
"other": "{num}°"
}
}
},
"years": {
"few": "{} anni",
"many": "{} anni",
"one": "{} anno",
"other": "{} anni",
"two": "{} anni",
"zero": "{} anno"
}
}
};