relative-time-format
Version:
A convenient Intl.RelativeTimeFormat polyfill
54 lines • 1.07 kB
JavaScript
export default {
"locale": "om",
"style": "narrow",
"year": {
"previous": "wg. darbe",
"current": "wg. kana",
"next": "wg. dhufu",
"past": "w {0} dura",
"future": "w {0} keessatti"
},
"quarter": {
"previous": "q darbe",
"current": "q kana",
"next": "q dhufu",
"past": "q {0} darbe",
"future": "q {0} keessatti"
},
"month": {
"previous": "ji. darbe",
"current": "ji. kana",
"next": "ji. dhufu",
"past": "ji {0} darbe",
"future": "ji {0} keessatti"
},
"week": {
"previous": "tr. darbe",
"current": "tr. kana",
"next": "tr. dhufu",
"past": "w {0} darbe",
"future": "w {0} keessatti"
},
"day": {
"previous": "kaleessa",
"current": "har’a",
"next": "boru",
"past": "g {0} darbe",
"future": "g {0} keessatti"
},
"hour": {
"current": "sa’aatii kana",
"past": "h {0} darbe",
"future": "h {0} keessatti"
},
"minute": {
"current": "daqiiqaa kana",
"past": "d {0} darbe",
"future": "d {0} keessatti"
},
"second": {
"current": "amma",
"past": "s {0} darbe",
"future": "s {0} keessatti"
}
}