relative-time-format
Version:
A convenient Intl.RelativeTimeFormat polyfill
74 lines • 1.34 kB
JSON
{
"locale": "gd",
"style": "narrow",
"year": {
"previous": "an-uir.",
"previous-2": "a-bh-uir.",
"current": "am bl.",
"next": "an ath-bhl.",
"past": {
"one": "-{0} bhl.",
"two": "-{0} bhl.",
"other": "-{0} bl."
},
"future": {
"one": "+{0} bhl.",
"two": "+{0} bhl.",
"other": "+{0} bl."
}
},
"quarter": {
"previous": "c. ch.",
"current": "an c. seo",
"next": "ath-ch.",
"past": "-{0} c.",
"future": "+{0} c."
},
"month": {
"previous": "mì. ch.",
"current": "am mì. seo",
"next": "ath-mhì.",
"past": {
"one": "-{0} mhì.",
"two": "-{0} mhì.",
"other": "-{0} mì."
},
"future": {
"one": "+{0} mhì.",
"two": "+{0} mhì.",
"other": "+{0} mì."
}
},
"week": {
"previous": "sn. ch.",
"current": "an t-sn. seo",
"next": "ath-shn.",
"past": "-{0} sn.",
"future": "+{0} sn."
},
"day": {
"previous": "an-dè",
"previous-2": "a-bhòin-dè",
"current": "an-diugh",
"next": "a-màireach",
"next-2": "an-earar",
"next-3": "an-eararais",
"past": "-{0} là",
"future": "+{0} là"
},
"hour": {
"current": "san uair",
"past": "-{0} u.",
"future": "+{0} u."
},
"minute": {
"current": "sa mhion.",
"past": "-{0} m",
"future": "+{0} m"
},
"second": {
"current": "an-dràsta",
"past": "-{0} d",
"future": "+{0} d"
}
}