@formatjs/intl-relativetimeformat 11.2.5 → 11.2.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/locale-data/be-tarask.js +6 -6
- package/locale-data/brx.js +141 -93
- package/locale-data/bs-Cyrl.js +12 -0
- package/locale-data/dsb.js +6 -6
- package/locale-data/en-AE.js +32 -32
- package/locale-data/en-AS.js +32 -32
- package/locale-data/en-AU.js +1 -1
- package/locale-data/en-BI.js +32 -32
- package/locale-data/en-CA.js +4 -4
- package/locale-data/en-GU.js +32 -32
- package/locale-data/en-MH.js +32 -32
- package/locale-data/en-MP.js +32 -32
- package/locale-data/en-PH.js +32 -32
- package/locale-data/en-PR.js +32 -32
- package/locale-data/en-UM.js +32 -32
- package/locale-data/en-VI.js +32 -32
- package/locale-data/en.js +32 -32
- package/locale-data/fa-AF.js +4 -4
- package/locale-data/fa.js +4 -4
- package/locale-data/ff-Adlm-BF.js +4 -4
- package/locale-data/ff-Adlm-CM.js +4 -4
- package/locale-data/ff-Adlm-GH.js +4 -4
- package/locale-data/ff-Adlm-GM.js +4 -4
- package/locale-data/ff-Adlm-GW.js +4 -4
- package/locale-data/ff-Adlm-LR.js +4 -4
- package/locale-data/ff-Adlm-MR.js +4 -4
- package/locale-data/ff-Adlm-NE.js +4 -4
- package/locale-data/ff-Adlm-NG.js +4 -4
- package/locale-data/ff-Adlm-SL.js +4 -4
- package/locale-data/ff-Adlm-SN.js +4 -4
- package/locale-data/ff-Adlm.js +4 -4
- package/locale-data/fil.js +47 -47
- package/locale-data/ga-GB.js +12 -12
- package/locale-data/ga.js +12 -12
- package/locale-data/hu.js +12 -12
- package/locale-data/ks-Arab.js +27 -27
- package/locale-data/ks.js +27 -27
- package/locale-data/ku.js +4 -0
- package/locale-data/mai.js +93 -93
- package/locale-data/mi.js +86 -86
- package/locale-data/mk.js +2 -2
- package/locale-data/mt.js +155 -107
- package/locale-data/nl-AW.js +7 -7
- package/locale-data/nl-BE.js +7 -7
- package/locale-data/nl-BQ.js +7 -7
- package/locale-data/nl-CW.js +7 -7
- package/locale-data/nl-SR.js +7 -7
- package/locale-data/nl-SX.js +7 -7
- package/locale-data/nl.js +7 -7
- package/locale-data/or.js +1 -1
- package/locale-data/sr-Cyrl-BA.js +27 -27
- package/locale-data/sr-Latn-BA.js +27 -27
- package/locale-data/uk.js +4 -4
- package/locale-data/xh.js +36 -36
- package/package.json +7 -7
- package/polyfill.iife.js +38 -33
- package/abstract/FormatRelativeTime.d.ts.map +0 -1
- package/abstract/FormatRelativeTimeToParts.d.ts.map +0 -1
- package/abstract/InitializeRelativeTimeFormat.d.ts.map +0 -1
- package/abstract/MakePartsList.d.ts.map +0 -1
- package/abstract/PartitionRelativeTimePattern.d.ts.map +0 -1
- package/abstract/SingularRelativeTimeUnit.d.ts.map +0 -1
- package/get_internal_slots.d.ts.map +0 -1
- package/index.d.ts.map +0 -1
- package/lib/abstract/FormatRelativeTime.d.ts.map +0 -1
- package/lib/abstract/FormatRelativeTimeToParts.d.ts.map +0 -1
- package/lib/abstract/InitializeRelativeTimeFormat.d.ts.map +0 -1
- package/lib/abstract/MakePartsList.d.ts.map +0 -1
- package/lib/abstract/PartitionRelativeTimePattern.d.ts.map +0 -1
- package/lib/abstract/SingularRelativeTimeUnit.d.ts.map +0 -1
- package/lib/get_internal_slots.d.ts.map +0 -1
- package/lib/index.d.ts.map +0 -1
- package/lib/polyfill-force.d.ts.map +0 -1
- package/lib/polyfill.d.ts.map +0 -1
- package/lib/should-polyfill.d.ts.map +0 -1
- package/lib/supported-locales.generated.d.ts.map +0 -1
- package/polyfill-force.d.ts.map +0 -1
- package/polyfill.d.ts.map +0 -1
- package/should-polyfill.d.ts.map +0 -1
- package/supported-locales.generated.d.ts.map +0 -1
package/locale-data/en-AE.js
CHANGED
|
@@ -21,12 +21,12 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
21
21
|
"0": "today",
|
|
22
22
|
"1": "tomorrow",
|
|
23
23
|
"future": {
|
|
24
|
-
"one": "in {0}
|
|
25
|
-
"other": "in {0}
|
|
24
|
+
"one": "in {0}d",
|
|
25
|
+
"other": "in {0}d"
|
|
26
26
|
},
|
|
27
27
|
"past": {
|
|
28
|
-
"one": "{0}
|
|
29
|
-
"other": "{0}
|
|
28
|
+
"one": "{0}d ago",
|
|
29
|
+
"other": "{0}d ago"
|
|
30
30
|
}
|
|
31
31
|
},
|
|
32
32
|
"day-short": {
|
|
@@ -56,12 +56,12 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
56
56
|
"hour-narrow": {
|
|
57
57
|
"0": "this hour",
|
|
58
58
|
"future": {
|
|
59
|
-
"one": "in {0}
|
|
60
|
-
"other": "in {0}
|
|
59
|
+
"one": "in {0}h",
|
|
60
|
+
"other": "in {0}h"
|
|
61
61
|
},
|
|
62
62
|
"past": {
|
|
63
|
-
"one": "{0}
|
|
64
|
-
"other": "{0}
|
|
63
|
+
"one": "{0}h ago",
|
|
64
|
+
"other": "{0}h ago"
|
|
65
65
|
}
|
|
66
66
|
},
|
|
67
67
|
"hour-short": {
|
|
@@ -89,12 +89,12 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
89
89
|
"minute-narrow": {
|
|
90
90
|
"0": "this minute",
|
|
91
91
|
"future": {
|
|
92
|
-
"one": "in {0}
|
|
93
|
-
"other": "in {0}
|
|
92
|
+
"one": "in {0}m",
|
|
93
|
+
"other": "in {0}m"
|
|
94
94
|
},
|
|
95
95
|
"past": {
|
|
96
|
-
"one": "{0}
|
|
97
|
-
"other": "{0}
|
|
96
|
+
"one": "{0}m ago",
|
|
97
|
+
"other": "{0}m ago"
|
|
98
98
|
}
|
|
99
99
|
},
|
|
100
100
|
"minute-short": {
|
|
@@ -126,12 +126,12 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
126
126
|
"0": "this mo.",
|
|
127
127
|
"1": "next mo.",
|
|
128
128
|
"future": {
|
|
129
|
-
"one": "in {0}
|
|
130
|
-
"other": "in {0}
|
|
129
|
+
"one": "in {0}mo",
|
|
130
|
+
"other": "in {0}mo"
|
|
131
131
|
},
|
|
132
132
|
"past": {
|
|
133
|
-
"one": "{0}
|
|
134
|
-
"other": "{0}
|
|
133
|
+
"one": "{0}mo ago",
|
|
134
|
+
"other": "{0}mo ago"
|
|
135
135
|
}
|
|
136
136
|
},
|
|
137
137
|
"month-short": {
|
|
@@ -168,12 +168,12 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
168
168
|
"0": "this qtr.",
|
|
169
169
|
"1": "next qtr.",
|
|
170
170
|
"future": {
|
|
171
|
-
"one": "in {0}
|
|
172
|
-
"other": "in {0}
|
|
171
|
+
"one": "in {0}q",
|
|
172
|
+
"other": "in {0}q"
|
|
173
173
|
},
|
|
174
174
|
"past": {
|
|
175
|
-
"one": "{0}
|
|
176
|
-
"other": "{0}
|
|
175
|
+
"one": "{0}q ago",
|
|
176
|
+
"other": "{0}q ago"
|
|
177
177
|
}
|
|
178
178
|
},
|
|
179
179
|
"quarter-short": {
|
|
@@ -203,12 +203,12 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
203
203
|
"second-narrow": {
|
|
204
204
|
"0": "now",
|
|
205
205
|
"future": {
|
|
206
|
-
"one": "in {0}
|
|
207
|
-
"other": "in {0}
|
|
206
|
+
"one": "in {0}s",
|
|
207
|
+
"other": "in {0}s"
|
|
208
208
|
},
|
|
209
209
|
"past": {
|
|
210
|
-
"one": "{0}
|
|
211
|
-
"other": "{0}
|
|
210
|
+
"one": "{0}s ago",
|
|
211
|
+
"other": "{0}s ago"
|
|
212
212
|
}
|
|
213
213
|
},
|
|
214
214
|
"second-short": {
|
|
@@ -240,12 +240,12 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
240
240
|
"0": "this wk.",
|
|
241
241
|
"1": "next wk.",
|
|
242
242
|
"future": {
|
|
243
|
-
"one": "in {0}
|
|
244
|
-
"other": "in {0}
|
|
243
|
+
"one": "in {0}w",
|
|
244
|
+
"other": "in {0}w"
|
|
245
245
|
},
|
|
246
246
|
"past": {
|
|
247
|
-
"one": "{0}
|
|
248
|
-
"other": "{0}
|
|
247
|
+
"one": "{0}w ago",
|
|
248
|
+
"other": "{0}w ago"
|
|
249
249
|
}
|
|
250
250
|
},
|
|
251
251
|
"week-short": {
|
|
@@ -279,12 +279,12 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
279
279
|
"0": "this yr.",
|
|
280
280
|
"1": "next yr.",
|
|
281
281
|
"future": {
|
|
282
|
-
"one": "in {0}
|
|
283
|
-
"other": "in {0}
|
|
282
|
+
"one": "in {0}y",
|
|
283
|
+
"other": "in {0}y"
|
|
284
284
|
},
|
|
285
285
|
"past": {
|
|
286
|
-
"one": "{0}
|
|
287
|
-
"other": "{0}
|
|
286
|
+
"one": "{0}y ago",
|
|
287
|
+
"other": "{0}y ago"
|
|
288
288
|
}
|
|
289
289
|
},
|
|
290
290
|
"year-short": {
|
package/locale-data/en-AS.js
CHANGED
|
@@ -21,12 +21,12 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
21
21
|
"0": "today",
|
|
22
22
|
"1": "tomorrow",
|
|
23
23
|
"future": {
|
|
24
|
-
"one": "in {0}
|
|
25
|
-
"other": "in {0}
|
|
24
|
+
"one": "in {0}d",
|
|
25
|
+
"other": "in {0}d"
|
|
26
26
|
},
|
|
27
27
|
"past": {
|
|
28
|
-
"one": "{0}
|
|
29
|
-
"other": "{0}
|
|
28
|
+
"one": "{0}d ago",
|
|
29
|
+
"other": "{0}d ago"
|
|
30
30
|
}
|
|
31
31
|
},
|
|
32
32
|
"day-short": {
|
|
@@ -56,12 +56,12 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
56
56
|
"hour-narrow": {
|
|
57
57
|
"0": "this hour",
|
|
58
58
|
"future": {
|
|
59
|
-
"one": "in {0}
|
|
60
|
-
"other": "in {0}
|
|
59
|
+
"one": "in {0}h",
|
|
60
|
+
"other": "in {0}h"
|
|
61
61
|
},
|
|
62
62
|
"past": {
|
|
63
|
-
"one": "{0}
|
|
64
|
-
"other": "{0}
|
|
63
|
+
"one": "{0}h ago",
|
|
64
|
+
"other": "{0}h ago"
|
|
65
65
|
}
|
|
66
66
|
},
|
|
67
67
|
"hour-short": {
|
|
@@ -89,12 +89,12 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
89
89
|
"minute-narrow": {
|
|
90
90
|
"0": "this minute",
|
|
91
91
|
"future": {
|
|
92
|
-
"one": "in {0}
|
|
93
|
-
"other": "in {0}
|
|
92
|
+
"one": "in {0}m",
|
|
93
|
+
"other": "in {0}m"
|
|
94
94
|
},
|
|
95
95
|
"past": {
|
|
96
|
-
"one": "{0}
|
|
97
|
-
"other": "{0}
|
|
96
|
+
"one": "{0}m ago",
|
|
97
|
+
"other": "{0}m ago"
|
|
98
98
|
}
|
|
99
99
|
},
|
|
100
100
|
"minute-short": {
|
|
@@ -126,12 +126,12 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
126
126
|
"0": "this mo.",
|
|
127
127
|
"1": "next mo.",
|
|
128
128
|
"future": {
|
|
129
|
-
"one": "in {0}
|
|
130
|
-
"other": "in {0}
|
|
129
|
+
"one": "in {0}mo",
|
|
130
|
+
"other": "in {0}mo"
|
|
131
131
|
},
|
|
132
132
|
"past": {
|
|
133
|
-
"one": "{0}
|
|
134
|
-
"other": "{0}
|
|
133
|
+
"one": "{0}mo ago",
|
|
134
|
+
"other": "{0}mo ago"
|
|
135
135
|
}
|
|
136
136
|
},
|
|
137
137
|
"month-short": {
|
|
@@ -168,12 +168,12 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
168
168
|
"0": "this qtr.",
|
|
169
169
|
"1": "next qtr.",
|
|
170
170
|
"future": {
|
|
171
|
-
"one": "in {0}
|
|
172
|
-
"other": "in {0}
|
|
171
|
+
"one": "in {0}q",
|
|
172
|
+
"other": "in {0}q"
|
|
173
173
|
},
|
|
174
174
|
"past": {
|
|
175
|
-
"one": "{0}
|
|
176
|
-
"other": "{0}
|
|
175
|
+
"one": "{0}q ago",
|
|
176
|
+
"other": "{0}q ago"
|
|
177
177
|
}
|
|
178
178
|
},
|
|
179
179
|
"quarter-short": {
|
|
@@ -203,12 +203,12 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
203
203
|
"second-narrow": {
|
|
204
204
|
"0": "now",
|
|
205
205
|
"future": {
|
|
206
|
-
"one": "in {0}
|
|
207
|
-
"other": "in {0}
|
|
206
|
+
"one": "in {0}s",
|
|
207
|
+
"other": "in {0}s"
|
|
208
208
|
},
|
|
209
209
|
"past": {
|
|
210
|
-
"one": "{0}
|
|
211
|
-
"other": "{0}
|
|
210
|
+
"one": "{0}s ago",
|
|
211
|
+
"other": "{0}s ago"
|
|
212
212
|
}
|
|
213
213
|
},
|
|
214
214
|
"second-short": {
|
|
@@ -240,12 +240,12 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
240
240
|
"0": "this wk.",
|
|
241
241
|
"1": "next wk.",
|
|
242
242
|
"future": {
|
|
243
|
-
"one": "in {0}
|
|
244
|
-
"other": "in {0}
|
|
243
|
+
"one": "in {0}w",
|
|
244
|
+
"other": "in {0}w"
|
|
245
245
|
},
|
|
246
246
|
"past": {
|
|
247
|
-
"one": "{0}
|
|
248
|
-
"other": "{0}
|
|
247
|
+
"one": "{0}w ago",
|
|
248
|
+
"other": "{0}w ago"
|
|
249
249
|
}
|
|
250
250
|
},
|
|
251
251
|
"week-short": {
|
|
@@ -279,12 +279,12 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
279
279
|
"0": "this yr.",
|
|
280
280
|
"1": "next yr.",
|
|
281
281
|
"future": {
|
|
282
|
-
"one": "in {0}
|
|
283
|
-
"other": "in {0}
|
|
282
|
+
"one": "in {0}y",
|
|
283
|
+
"other": "in {0}y"
|
|
284
284
|
},
|
|
285
285
|
"past": {
|
|
286
|
-
"one": "{0}
|
|
287
|
-
"other": "{0}
|
|
286
|
+
"one": "{0}y ago",
|
|
287
|
+
"other": "{0}y ago"
|
|
288
288
|
}
|
|
289
289
|
},
|
|
290
290
|
"year-short": {
|
package/locale-data/en-AU.js
CHANGED
package/locale-data/en-BI.js
CHANGED
|
@@ -21,12 +21,12 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
21
21
|
"0": "today",
|
|
22
22
|
"1": "tomorrow",
|
|
23
23
|
"future": {
|
|
24
|
-
"one": "in {0}
|
|
25
|
-
"other": "in {0}
|
|
24
|
+
"one": "in {0}d",
|
|
25
|
+
"other": "in {0}d"
|
|
26
26
|
},
|
|
27
27
|
"past": {
|
|
28
|
-
"one": "{0}
|
|
29
|
-
"other": "{0}
|
|
28
|
+
"one": "{0}d ago",
|
|
29
|
+
"other": "{0}d ago"
|
|
30
30
|
}
|
|
31
31
|
},
|
|
32
32
|
"day-short": {
|
|
@@ -56,12 +56,12 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
56
56
|
"hour-narrow": {
|
|
57
57
|
"0": "this hour",
|
|
58
58
|
"future": {
|
|
59
|
-
"one": "in {0}
|
|
60
|
-
"other": "in {0}
|
|
59
|
+
"one": "in {0}h",
|
|
60
|
+
"other": "in {0}h"
|
|
61
61
|
},
|
|
62
62
|
"past": {
|
|
63
|
-
"one": "{0}
|
|
64
|
-
"other": "{0}
|
|
63
|
+
"one": "{0}h ago",
|
|
64
|
+
"other": "{0}h ago"
|
|
65
65
|
}
|
|
66
66
|
},
|
|
67
67
|
"hour-short": {
|
|
@@ -89,12 +89,12 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
89
89
|
"minute-narrow": {
|
|
90
90
|
"0": "this minute",
|
|
91
91
|
"future": {
|
|
92
|
-
"one": "in {0}
|
|
93
|
-
"other": "in {0}
|
|
92
|
+
"one": "in {0}m",
|
|
93
|
+
"other": "in {0}m"
|
|
94
94
|
},
|
|
95
95
|
"past": {
|
|
96
|
-
"one": "{0}
|
|
97
|
-
"other": "{0}
|
|
96
|
+
"one": "{0}m ago",
|
|
97
|
+
"other": "{0}m ago"
|
|
98
98
|
}
|
|
99
99
|
},
|
|
100
100
|
"minute-short": {
|
|
@@ -126,12 +126,12 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
126
126
|
"0": "this mo.",
|
|
127
127
|
"1": "next mo.",
|
|
128
128
|
"future": {
|
|
129
|
-
"one": "in {0}
|
|
130
|
-
"other": "in {0}
|
|
129
|
+
"one": "in {0}mo",
|
|
130
|
+
"other": "in {0}mo"
|
|
131
131
|
},
|
|
132
132
|
"past": {
|
|
133
|
-
"one": "{0}
|
|
134
|
-
"other": "{0}
|
|
133
|
+
"one": "{0}mo ago",
|
|
134
|
+
"other": "{0}mo ago"
|
|
135
135
|
}
|
|
136
136
|
},
|
|
137
137
|
"month-short": {
|
|
@@ -168,12 +168,12 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
168
168
|
"0": "this qtr.",
|
|
169
169
|
"1": "next qtr.",
|
|
170
170
|
"future": {
|
|
171
|
-
"one": "in {0}
|
|
172
|
-
"other": "in {0}
|
|
171
|
+
"one": "in {0}q",
|
|
172
|
+
"other": "in {0}q"
|
|
173
173
|
},
|
|
174
174
|
"past": {
|
|
175
|
-
"one": "{0}
|
|
176
|
-
"other": "{0}
|
|
175
|
+
"one": "{0}q ago",
|
|
176
|
+
"other": "{0}q ago"
|
|
177
177
|
}
|
|
178
178
|
},
|
|
179
179
|
"quarter-short": {
|
|
@@ -203,12 +203,12 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
203
203
|
"second-narrow": {
|
|
204
204
|
"0": "now",
|
|
205
205
|
"future": {
|
|
206
|
-
"one": "in {0}
|
|
207
|
-
"other": "in {0}
|
|
206
|
+
"one": "in {0}s",
|
|
207
|
+
"other": "in {0}s"
|
|
208
208
|
},
|
|
209
209
|
"past": {
|
|
210
|
-
"one": "{0}
|
|
211
|
-
"other": "{0}
|
|
210
|
+
"one": "{0}s ago",
|
|
211
|
+
"other": "{0}s ago"
|
|
212
212
|
}
|
|
213
213
|
},
|
|
214
214
|
"second-short": {
|
|
@@ -240,12 +240,12 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
240
240
|
"0": "this wk.",
|
|
241
241
|
"1": "next wk.",
|
|
242
242
|
"future": {
|
|
243
|
-
"one": "in {0}
|
|
244
|
-
"other": "in {0}
|
|
243
|
+
"one": "in {0}w",
|
|
244
|
+
"other": "in {0}w"
|
|
245
245
|
},
|
|
246
246
|
"past": {
|
|
247
|
-
"one": "{0}
|
|
248
|
-
"other": "{0}
|
|
247
|
+
"one": "{0}w ago",
|
|
248
|
+
"other": "{0}w ago"
|
|
249
249
|
}
|
|
250
250
|
},
|
|
251
251
|
"week-short": {
|
|
@@ -279,12 +279,12 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
279
279
|
"0": "this yr.",
|
|
280
280
|
"1": "next yr.",
|
|
281
281
|
"future": {
|
|
282
|
-
"one": "in {0}
|
|
283
|
-
"other": "in {0}
|
|
282
|
+
"one": "in {0}y",
|
|
283
|
+
"other": "in {0}y"
|
|
284
284
|
},
|
|
285
285
|
"past": {
|
|
286
|
-
"one": "{0}
|
|
287
|
-
"other": "{0}
|
|
286
|
+
"one": "{0}y ago",
|
|
287
|
+
"other": "{0}y ago"
|
|
288
288
|
}
|
|
289
289
|
},
|
|
290
290
|
"year-short": {
|
package/locale-data/en-CA.js
CHANGED
|
@@ -21,12 +21,12 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
21
21
|
"0": "today",
|
|
22
22
|
"1": "tomorrow",
|
|
23
23
|
"future": {
|
|
24
|
-
"one": "in {0}
|
|
25
|
-
"other": "in {0}
|
|
24
|
+
"one": "in {0}d",
|
|
25
|
+
"other": "in {0}d"
|
|
26
26
|
},
|
|
27
27
|
"past": {
|
|
28
|
-
"one": "{0}
|
|
29
|
-
"other": "{0}
|
|
28
|
+
"one": "{0}d ago",
|
|
29
|
+
"other": "{0}d ago"
|
|
30
30
|
}
|
|
31
31
|
},
|
|
32
32
|
"day-short": {
|
package/locale-data/en-GU.js
CHANGED
|
@@ -21,12 +21,12 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
21
21
|
"0": "today",
|
|
22
22
|
"1": "tomorrow",
|
|
23
23
|
"future": {
|
|
24
|
-
"one": "in {0}
|
|
25
|
-
"other": "in {0}
|
|
24
|
+
"one": "in {0}d",
|
|
25
|
+
"other": "in {0}d"
|
|
26
26
|
},
|
|
27
27
|
"past": {
|
|
28
|
-
"one": "{0}
|
|
29
|
-
"other": "{0}
|
|
28
|
+
"one": "{0}d ago",
|
|
29
|
+
"other": "{0}d ago"
|
|
30
30
|
}
|
|
31
31
|
},
|
|
32
32
|
"day-short": {
|
|
@@ -56,12 +56,12 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
56
56
|
"hour-narrow": {
|
|
57
57
|
"0": "this hour",
|
|
58
58
|
"future": {
|
|
59
|
-
"one": "in {0}
|
|
60
|
-
"other": "in {0}
|
|
59
|
+
"one": "in {0}h",
|
|
60
|
+
"other": "in {0}h"
|
|
61
61
|
},
|
|
62
62
|
"past": {
|
|
63
|
-
"one": "{0}
|
|
64
|
-
"other": "{0}
|
|
63
|
+
"one": "{0}h ago",
|
|
64
|
+
"other": "{0}h ago"
|
|
65
65
|
}
|
|
66
66
|
},
|
|
67
67
|
"hour-short": {
|
|
@@ -89,12 +89,12 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
89
89
|
"minute-narrow": {
|
|
90
90
|
"0": "this minute",
|
|
91
91
|
"future": {
|
|
92
|
-
"one": "in {0}
|
|
93
|
-
"other": "in {0}
|
|
92
|
+
"one": "in {0}m",
|
|
93
|
+
"other": "in {0}m"
|
|
94
94
|
},
|
|
95
95
|
"past": {
|
|
96
|
-
"one": "{0}
|
|
97
|
-
"other": "{0}
|
|
96
|
+
"one": "{0}m ago",
|
|
97
|
+
"other": "{0}m ago"
|
|
98
98
|
}
|
|
99
99
|
},
|
|
100
100
|
"minute-short": {
|
|
@@ -126,12 +126,12 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
126
126
|
"0": "this mo.",
|
|
127
127
|
"1": "next mo.",
|
|
128
128
|
"future": {
|
|
129
|
-
"one": "in {0}
|
|
130
|
-
"other": "in {0}
|
|
129
|
+
"one": "in {0}mo",
|
|
130
|
+
"other": "in {0}mo"
|
|
131
131
|
},
|
|
132
132
|
"past": {
|
|
133
|
-
"one": "{0}
|
|
134
|
-
"other": "{0}
|
|
133
|
+
"one": "{0}mo ago",
|
|
134
|
+
"other": "{0}mo ago"
|
|
135
135
|
}
|
|
136
136
|
},
|
|
137
137
|
"month-short": {
|
|
@@ -168,12 +168,12 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
168
168
|
"0": "this qtr.",
|
|
169
169
|
"1": "next qtr.",
|
|
170
170
|
"future": {
|
|
171
|
-
"one": "in {0}
|
|
172
|
-
"other": "in {0}
|
|
171
|
+
"one": "in {0}q",
|
|
172
|
+
"other": "in {0}q"
|
|
173
173
|
},
|
|
174
174
|
"past": {
|
|
175
|
-
"one": "{0}
|
|
176
|
-
"other": "{0}
|
|
175
|
+
"one": "{0}q ago",
|
|
176
|
+
"other": "{0}q ago"
|
|
177
177
|
}
|
|
178
178
|
},
|
|
179
179
|
"quarter-short": {
|
|
@@ -203,12 +203,12 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
203
203
|
"second-narrow": {
|
|
204
204
|
"0": "now",
|
|
205
205
|
"future": {
|
|
206
|
-
"one": "in {0}
|
|
207
|
-
"other": "in {0}
|
|
206
|
+
"one": "in {0}s",
|
|
207
|
+
"other": "in {0}s"
|
|
208
208
|
},
|
|
209
209
|
"past": {
|
|
210
|
-
"one": "{0}
|
|
211
|
-
"other": "{0}
|
|
210
|
+
"one": "{0}s ago",
|
|
211
|
+
"other": "{0}s ago"
|
|
212
212
|
}
|
|
213
213
|
},
|
|
214
214
|
"second-short": {
|
|
@@ -240,12 +240,12 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
240
240
|
"0": "this wk.",
|
|
241
241
|
"1": "next wk.",
|
|
242
242
|
"future": {
|
|
243
|
-
"one": "in {0}
|
|
244
|
-
"other": "in {0}
|
|
243
|
+
"one": "in {0}w",
|
|
244
|
+
"other": "in {0}w"
|
|
245
245
|
},
|
|
246
246
|
"past": {
|
|
247
|
-
"one": "{0}
|
|
248
|
-
"other": "{0}
|
|
247
|
+
"one": "{0}w ago",
|
|
248
|
+
"other": "{0}w ago"
|
|
249
249
|
}
|
|
250
250
|
},
|
|
251
251
|
"week-short": {
|
|
@@ -279,12 +279,12 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
279
279
|
"0": "this yr.",
|
|
280
280
|
"1": "next yr.",
|
|
281
281
|
"future": {
|
|
282
|
-
"one": "in {0}
|
|
283
|
-
"other": "in {0}
|
|
282
|
+
"one": "in {0}y",
|
|
283
|
+
"other": "in {0}y"
|
|
284
284
|
},
|
|
285
285
|
"past": {
|
|
286
|
-
"one": "{0}
|
|
287
|
-
"other": "{0}
|
|
286
|
+
"one": "{0}y ago",
|
|
287
|
+
"other": "{0}y ago"
|
|
288
288
|
}
|
|
289
289
|
},
|
|
290
290
|
"year-short": {
|