relative-time-format
Version:
A convenient Intl.RelativeTimeFormat polyfill
56 lines • 1.05 kB
JSON
{
"locale": "ast",
"style": "narrow",
"year": {
"previous": "añu pas.",
"current": "esti añu",
"next": "añu vin.",
"past": "hai {0} a.",
"future": "en {0} a."
},
"quarter": {
"previous": "trim. ant.",
"current": "esti trim.",
"next": "trim. vin.",
"past": "hai {0} tr.",
"future": "en {0} tr."
},
"month": {
"previous": "mes pas.",
"current": "esti mes",
"next": "mes vin.",
"past": "hai {0} m.",
"future": "en {0} m."
},
"week": {
"previous": "selm. pas.",
"current": "esta selm.",
"next": "selm. vin.",
"past": "hai {0} se.",
"future": "en {0} se."
},
"day": {
"previous": "ayeri",
"previous-2": "antay.",
"current": "güei",
"next": "mañ.",
"next-2": "p. mañ.",
"past": "hai {0} d.",
"future": "en {0} d."
},
"hour": {
"current": "esta h.",
"past": "hai {0} h.",
"future": "en {0} h."
},
"minute": {
"current": "esti min.",
"past": "hai {0} min.",
"future": "en {0} min."
},
"second": {
"current": "agora",
"past": "hai {0} s.",
"future": "en {0} s."
}
}