relative-time-format
Version:
A convenient Intl.RelativeTimeFormat polyfill
60 lines • 1.17 kB
JavaScript
export default {
"locale": "ia",
"style": "short",
"year": {
"previous": "an. pass.",
"current": "iste an.",
"next": "an. prox.",
"past": "{0} an. retro",
"future": "in {0} an."
},
"quarter": {
"previous": "le trimestre passate",
"current": "iste trimestre",
"next": "le trimestre proxime",
"past": "{0} trim. retro",
"future": "in {0} trim."
},
"month": {
"previous": "mns. pass.",
"current": "iste mns.",
"next": "mns. prox.",
"past": "{0} mns. retro",
"future": "in {0} mns."
},
"week": {
"previous": "sept. pass.",
"current": "iste sept.",
"next": "sept. prox.",
"past": "{0} sept. retro",
"future": "in {0} sept."
},
"day": {
"previous": "heri",
"current": "hodie",
"next": "deman",
"past": {
"one": "{0} die retro",
"other": "{0} dies retro"
},
"future": {
"one": "in {0} die",
"other": "in {0} dies"
}
},
"hour": {
"current": "iste hora",
"past": "{0} hr. retro",
"future": "in {0} hr."
},
"minute": {
"current": "iste minuta",
"past": "{0} min. retro",
"future": "in {0} min."
},
"second": {
"current": "ora",
"past": "{0} sec. retro",
"future": "in {0} sec."
}
}