relative-time-format
Version:
A convenient Intl.RelativeTimeFormat polyfill
54 lines • 1.11 kB
JSON
{
"locale": "kok-Latn",
"style": "long",
"year": {
"previous": "fattlem voros",
"current": "hem voros",
"next": "fuddlem voros",
"past": "{0} vorsam adim",
"future": "{0} vorsanim"
},
"quarter": {
"previous": "fattlem timhoinallem",
"current": "hem timhoinallem",
"next": "fuddlem timhoinallem",
"past": "{0} timhoinalle adim",
"future": "{0} timhoinalleanim"
},
"month": {
"previous": "fattlo mhoino",
"current": "ho mhoino",
"next": "fuddlo mhoino",
"past": "{0} mhoine adim",
"future": "{0} mhoineanim"
},
"week": {
"previous": "fattlo suman",
"current": "ho suman",
"next": "fuddlo suman",
"past": "{0} suman adim",
"future": "{0} sumananim"
},
"day": {
"previous": "kal",
"current": "aiz",
"next": "faleam",
"past": "{0} dis adim",
"future": "{0} disanim"
},
"hour": {
"current": "hem vor",
"past": "{0} voram adim",
"future": "{0} voranim"
},
"minute": {
"current": "ho minut",
"past": "{0} mintam adim",
"future": "{0} mintanim"
},
"second": {
"current": "atam",
"past": "{0} sekond adim",
"future": "{0} sekondanim"
}
}