relative-time-format
Version:
A convenient Intl.RelativeTimeFormat polyfill
54 lines • 1.03 kB
JSON
{
"locale": "kok-Latn",
"style": "narrow",
"year": {
"previous": "fattlem voros",
"current": "hem voros",
"next": "fuddlem voros",
"past": "{0}vorsam adim",
"future": "{0}vorsanim"
},
"quarter": {
"previous": "fattlem timh",
"current": "hem timh",
"next": "fuddlem timh",
"past": "{0}timh adim",
"future": "{0}timhoinalleanim"
},
"month": {
"previous": "fattlo mh",
"current": "ho mh",
"next": "fuddlo mh",
"past": "{0}mh adim",
"future": "{0}mhoineanim"
},
"week": {
"previous": "fattlo sum",
"current": "ho sum",
"next": "fuddlo sum",
"past": "{0}sum adim",
"future": "{0}sumananim"
},
"day": {
"previous": "kal",
"current": "aiz",
"next": "fal",
"past": "{0}d adim",
"future": "{0}disanim"
},
"hour": {
"current": "hem vor",
"past": "{0}voram adim",
"future": "{0}voranim"
},
"minute": {
"current": "ho min",
"past": "{0}min adim",
"future": "{0}min"
},
"second": {
"current": "atam",
"past": "{0}sek adim",
"future": "{0}sekondanim"
}
}