1 |
|
2 |
|
3 | if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData === 'function') {
|
4 | Intl.RelativeTimeFormat.__addLocaleData({
|
5 | "data": {
|
6 | "day": {
|
7 | "-1": "kemarin",
|
8 | "-2": "kemarin dulu",
|
9 | "0": "hari ini",
|
10 | "1": "besok",
|
11 | "2": "lusa",
|
12 | "future": {
|
13 | "other": "dalam {0} hari"
|
14 | },
|
15 | "past": {
|
16 | "other": "{0} hari yang lalu"
|
17 | }
|
18 | },
|
19 | "day-narrow": {
|
20 | "-1": "kemarin",
|
21 | "-2": "selumbari",
|
22 | "0": "hari ini",
|
23 | "1": "besok",
|
24 | "2": "lusa",
|
25 | "future": {
|
26 | "other": "dalam {0} h"
|
27 | },
|
28 | "past": {
|
29 | "other": "{0} h lalu"
|
30 | }
|
31 | },
|
32 | "day-short": {
|
33 | "-1": "kemarin",
|
34 | "-2": "selumbari",
|
35 | "0": "hari ini",
|
36 | "1": "besok",
|
37 | "2": "lusa",
|
38 | "future": {
|
39 | "other": "dalam {0} h"
|
40 | },
|
41 | "past": {
|
42 | "other": "{0} h lalu"
|
43 | }
|
44 | },
|
45 | "hour": {
|
46 | "0": "jam ini",
|
47 | "future": {
|
48 | "other": "dalam {0} jam"
|
49 | },
|
50 | "past": {
|
51 | "other": "{0} jam yang lalu"
|
52 | }
|
53 | },
|
54 | "hour-narrow": {
|
55 | "0": "jam ini",
|
56 | "future": {
|
57 | "other": "dlm {0} jam"
|
58 | },
|
59 | "past": {
|
60 | "other": "{0} jam lalu"
|
61 | }
|
62 | },
|
63 | "hour-short": {
|
64 | "0": "jam ini",
|
65 | "future": {
|
66 | "other": "dalam {0} jam"
|
67 | },
|
68 | "past": {
|
69 | "other": "{0} jam lalu"
|
70 | }
|
71 | },
|
72 | "minute": {
|
73 | "0": "menit ini",
|
74 | "future": {
|
75 | "other": "dalam {0} menit"
|
76 | },
|
77 | "past": {
|
78 | "other": "{0} menit yang lalu"
|
79 | }
|
80 | },
|
81 | "minute-narrow": {
|
82 | "0": "mnt ini",
|
83 | "future": {
|
84 | "other": "dlm {0} mnt"
|
85 | },
|
86 | "past": {
|
87 | "other": "{0} mnt lalu"
|
88 | }
|
89 | },
|
90 | "minute-short": {
|
91 | "0": "mnt ini",
|
92 | "future": {
|
93 | "other": "dlm {0} mnt"
|
94 | },
|
95 | "past": {
|
96 | "other": "{0} mnt lalu"
|
97 | }
|
98 | },
|
99 | "month": {
|
100 | "-1": "bulan lalu",
|
101 | "0": "bulan ini",
|
102 | "1": "bulan depan",
|
103 | "future": {
|
104 | "other": "dalam {0} bulan"
|
105 | },
|
106 | "past": {
|
107 | "other": "{0} bulan yang lalu"
|
108 | }
|
109 | },
|
110 | "month-narrow": {
|
111 | "-1": "bln lalu",
|
112 | "0": "bln ini",
|
113 | "1": "bln berikutnya",
|
114 | "future": {
|
115 | "other": "dlm {0} bln"
|
116 | },
|
117 | "past": {
|
118 | "other": "{0} bln lalu"
|
119 | }
|
120 | },
|
121 | "month-short": {
|
122 | "-1": "bln lalu",
|
123 | "0": "bln ini",
|
124 | "1": "bln berikutnya",
|
125 | "future": {
|
126 | "other": "dlm {0} bln"
|
127 | },
|
128 | "past": {
|
129 | "other": "{0} bln lalu"
|
130 | }
|
131 | },
|
132 | "nu": [
|
133 | "latn"
|
134 | ],
|
135 | "quarter": {
|
136 | "-1": "Kuartal lalu",
|
137 | "0": "kuartal ini",
|
138 | "1": "kuartal berikutnya",
|
139 | "future": {
|
140 | "other": "dalam {0} kuartal"
|
141 | },
|
142 | "past": {
|
143 | "other": "{0} kuartal yang lalu"
|
144 | }
|
145 | },
|
146 | "quarter-narrow": {
|
147 | "-1": "krtl lalu",
|
148 | "0": "krtl ini",
|
149 | "1": "krtl berikutnya",
|
150 | "future": {
|
151 | "other": "dlm {0} krtl."
|
152 | },
|
153 | "past": {
|
154 | "other": "{0} krtl. lalu"
|
155 | }
|
156 | },
|
157 | "quarter-short": {
|
158 | "-1": "krtl lalu",
|
159 | "0": "krtl ini",
|
160 | "1": "krtl berikutnya",
|
161 | "future": {
|
162 | "other": "dlm {0} krtl."
|
163 | },
|
164 | "past": {
|
165 | "other": "{0} krtl. lalu"
|
166 | }
|
167 | },
|
168 | "second": {
|
169 | "0": "sekarang",
|
170 | "future": {
|
171 | "other": "dalam {0} detik"
|
172 | },
|
173 | "past": {
|
174 | "other": "{0} detik yang lalu"
|
175 | }
|
176 | },
|
177 | "second-narrow": {
|
178 | "0": "sekarang",
|
179 | "future": {
|
180 | "other": "dlm {0} dtk"
|
181 | },
|
182 | "past": {
|
183 | "other": "{0} dtk lalu"
|
184 | }
|
185 | },
|
186 | "second-short": {
|
187 | "0": "sekarang",
|
188 | "future": {
|
189 | "other": "dlm {0} dtk"
|
190 | },
|
191 | "past": {
|
192 | "other": "{0} dtk lalu"
|
193 | }
|
194 | },
|
195 | "week": {
|
196 | "-1": "minggu lalu",
|
197 | "0": "minggu ini",
|
198 | "1": "minggu depan",
|
199 | "future": {
|
200 | "other": "dalam {0} minggu"
|
201 | },
|
202 | "past": {
|
203 | "other": "{0} minggu yang lalu"
|
204 | }
|
205 | },
|
206 | "week-narrow": {
|
207 | "-1": "mgg lalu",
|
208 | "0": "mgg ini",
|
209 | "1": "mgg depan",
|
210 | "future": {
|
211 | "other": "dlm {0} mgg"
|
212 | },
|
213 | "past": {
|
214 | "other": "{0} mgg lalu"
|
215 | }
|
216 | },
|
217 | "week-short": {
|
218 | "-1": "mgg lalu",
|
219 | "0": "mgg ini",
|
220 | "1": "mgg depan",
|
221 | "future": {
|
222 | "other": "dlm {0} mgg"
|
223 | },
|
224 | "past": {
|
225 | "other": "{0} mgg lalu"
|
226 | }
|
227 | },
|
228 | "year": {
|
229 | "-1": "tahun lalu",
|
230 | "0": "tahun ini",
|
231 | "1": "tahun depan",
|
232 | "future": {
|
233 | "other": "dalam {0} tahun"
|
234 | },
|
235 | "past": {
|
236 | "other": "{0} tahun yang lalu"
|
237 | }
|
238 | },
|
239 | "year-narrow": {
|
240 | "-1": "thn lalu",
|
241 | "0": "thn ini",
|
242 | "1": "thn depan",
|
243 | "future": {
|
244 | "other": "dlm {0} thn"
|
245 | },
|
246 | "past": {
|
247 | "other": "{0} thn lalu"
|
248 | }
|
249 | },
|
250 | "year-short": {
|
251 | "-1": "thn lalu",
|
252 | "0": "thn ini",
|
253 | "1": "thn depan",
|
254 | "future": {
|
255 | "other": "dlm {0} thn"
|
256 | },
|
257 | "past": {
|
258 | "other": "{0} thn lalu"
|
259 | }
|
260 | }
|
261 | },
|
262 | "locale": "id"
|
263 | })
|
264 | }
|