pt constant
Implementation
static const Map<String,dynamic> pt = {
"number": {
"label": {
"amount": "Montante",
"percent": "Por cento",
"percentage": "Percentagem"
},
"months": {
"few": "{} meses",
"many": "{} meses",
"one": "{} mês",
"other": "{} meses",
"two": "{} meses",
"zero": "{} mês"
},
"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": "{} anos",
"many": "{} anos",
"one": "{} ano",
"other": "{} anos",
"two": "{} anos",
"zero": "{} ano"
}
}
};