intl-relative-time-format
Version:
A fully spec-compliant polyfill for 'Intl.RelativeTimeFormat'
221 lines (220 loc) • 6.03 kB
JavaScript
if ("__addLocaleData" in Intl.RelativeTimeFormat) {
Intl.RelativeTimeFormat.__addLocaleData({
locale: "kea-CV",
data: {
year: {
'0': 'es anu li',
'1': 'prósimu anu',
'-1': 'anu pasadu',
future: {
other: 'di li {0} anu'
},
past: {
other: 'a ten {0} anu'
}
},
'year-short': {
future: {
other: 'di li {0} anu'
},
past: {
other: 'a ten {0} anu'
}
},
'year-narrow': {
future: {
other: 'di li {0} anu'
},
past: {
other: 'a ten {0} anu'
}
},
quarter: {
'0': 'this quarter',
'1': 'next quarter',
'-1': 'last quarter',
future: {
other: 'di li {0} trimestri'
},
past: {
other: 'a ten {0} trimestri'
}
},
'quarter-short': {
future: {
other: 'di li {0} trim.'
},
past: {
other: 'a ten {0} trim.'
}
},
'quarter-narrow': {
future: {
other: 'di li {0} trim.'
},
past: {
other: 'a ten {0} trim.'
}
},
month: {
'0': 'es mes li',
'1': 'prósimu mes',
'-1': 'mes pasadu',
future: {
other: 'di li {0} mes'
},
past: {
other: 'a ten {0} mes'
}
},
'month-short': {
future: {
other: 'di li {0} mes'
},
past: {
other: 'a ten {0} mes'
}
},
'month-narrow': {
future: {
other: 'di li {0} mes'
},
past: {
other: 'a ten {0} mes'
}
},
week: {
'0': 'es simana li',
'1': 'prósimu simana',
'-1': 'simana pasadu',
future: {
other: 'di li {0} simana'
},
past: {
other: 'a ten {0} simana'
}
},
'week-short': {
future: {
other: 'di li {0} sim.'
},
past: {
other: 'a ten {0} sim.'
}
},
'week-narrow': {
future: {
other: 'di li {0} sim.'
},
past: {
other: 'a ten {0} sim.'
}
},
day: {
'0': 'oji',
'1': 'manha',
'-1': 'onti',
future: {
other: 'di li {0} dia'
},
past: {
other: 'a ten {0} dia'
}
},
'day-short': {
future: {
other: 'di li {0} dia'
},
past: {
other: 'a ten {0} dia'
}
},
'day-narrow': {
future: {
other: 'di li {0} dia'
},
past: {
other: 'a ten {0} dia'
}
},
hour: {
'0': 'this hour',
future: {
other: 'di li {0} ora'
},
past: {
other: 'a ten {0} ora'
}
},
'hour-short': {
future: {
other: 'di li {0} ora'
},
past: {
other: 'a ten {0} ora'
}
},
'hour-narrow': {
future: {
other: 'di li {0} ora'
},
past: {
other: 'a ten {0} ora'
}
},
minute: {
'0': 'this minute',
future: {
other: 'di li {0} minutu'
},
past: {
other: 'a ten {0} minutu'
}
},
'minute-short': {
future: {
other: 'di li {0} min'
},
past: {
other: 'a ten {0} min'
}
},
'minute-narrow': {
future: {
other: 'di li {0} m'
},
past: {
other: 'a ten {0} m'
}
},
second: {
'0': 'now',
future: {
other: 'di li {0} sigundu'
},
past: {
other: 'a ten {0} sigundu'
}
},
'second-short': {
future: {
other: 'di li {0} sig'
},
past: {
other: 'a ten {0} sig'
}
},
'second-narrow': {
future: {
other: 'di li {0} s'
},
past: {
other: 'a ten {0} s'
}
},
nu: [
'latn'
]
}
});
}