UNPKG

intl-relative-time-format

Version:

A fully spec-compliant polyfill for 'Intl.RelativeTimeFormat'

123 lines (122 loc) 4.02 kB
if ("__addLocaleData" in Intl.RelativeTimeFormat) { Intl.RelativeTimeFormat.__addLocaleData({ locale: "se", data: { year: { '0': 'this year', '1': 'next year', '-1': 'last year', future: { one: '{0} jahki maŋŋilit', two: '{0} jahkki maŋŋilit', other: '{0} jahkki maŋŋilit' }, past: { one: '{0} jahki árat', two: '{0} jahkki árat', other: '{0} jahkki árat' } }, month: { '0': 'this month', '1': 'next month', '-1': 'last month', future: { one: '{0} mánotbadji maŋŋilit', two: '{0} mánotbadji maŋŋilit', other: '{0} mánotbadji maŋŋilit' }, past: { one: '{0} mánotbadji árat', two: '{0} mánotbadji árat', other: '{0} mánotbadji árat' } }, week: { '0': 'this week', '1': 'next week', '-1': 'last week', future: { one: '{0} vahku maŋŋilit', two: '{0} vahkku maŋŋilit', other: '{0} vahkku maŋŋilit' }, past: { one: '{0} vahku árat', two: '{0} vahkku árat', other: '{0} vahkku árat' } }, day: { '0': 'odne', '1': 'ihttin', '2': 'paijeelittáá', '-2': 'oovdebpeivvi', '-1': 'ikte', future: { one: '{0} jándor maŋŋilit', two: '{0} jándor amaŋŋilit', other: '{0} jándora maŋŋilit' }, past: { one: '{0} jándor árat', two: '{0} jándora árat', other: '{0} jándora árat' } }, hour: { '0': 'this hour', future: { one: '{0} diibmu maŋŋilit', two: '{0} diibmur maŋŋilit', other: '{0} diibmur maŋŋilit' }, past: { one: '{0} diibmu árat', two: '{0} diibmur árat', other: '{0} diibmur árat' } }, minute: { '0': 'this minute', future: { one: '{0} minuhta maŋŋilit', two: '{0} minuhtta maŋŋilit', other: '{0} minuhtta maŋŋilit' }, past: { one: '{0} minuhta árat', two: '{0} minuhtta árat', other: '{0} minuhtta árat' } }, second: { '0': 'na', future: { one: '{0} sekunda maŋŋilit', two: '{0} sekundda maŋŋilit', other: '{0} sekundda maŋŋilit' }, past: { one: '{0} sekunda árat', two: '{0} sekundda árat', other: '{0} sekundda árat' } }, quarter: { '0': 'this quarter', '1': 'next quarter', '-1': 'last quarter', future: { other: '+{0} Q' }, past: { other: '-{0} Q' } }, nu: [ 'latn' ] } }); }