twitter_cldr 6.8.0 → 6.11.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (90) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +31 -28
  3. data/lib/twitter_cldr/resources/calendars_importer.rb +48 -46
  4. data/lib/twitter_cldr/resources/cldr_data_builder.rb +36 -0
  5. data/lib/twitter_cldr/resources/cldr_document_set.rb +157 -0
  6. data/lib/twitter_cldr/resources/cldr_dtd.rb +110 -0
  7. data/lib/twitter_cldr/resources/cldr_locale.rb +78 -0
  8. data/lib/twitter_cldr/resources/list_formats_importer.rb +1 -1
  9. data/lib/twitter_cldr/resources/loader.rb +18 -1
  10. data/lib/twitter_cldr/resources/number_formats_importer.rb +1 -1
  11. data/lib/twitter_cldr/resources/readme_renderer.rb +6 -2
  12. data/lib/twitter_cldr/resources/requirements/cldr_requirement.rb +12 -61
  13. data/lib/twitter_cldr/resources/territories_importer.rb +1 -1
  14. data/lib/twitter_cldr/resources/timezones_importer.rb +1 -1
  15. data/lib/twitter_cldr/resources/unicode_property_aliases_importer.rb +2 -0
  16. data/lib/twitter_cldr/resources/units_importer.rb +1 -1
  17. data/lib/twitter_cldr/resources.rb +8 -3
  18. data/lib/twitter_cldr/shared/calendar.rb +1 -1
  19. data/lib/twitter_cldr/timezones/generic_location.rb +15 -15
  20. data/lib/twitter_cldr/timezones/gmt_location.rb +2 -2
  21. data/lib/twitter_cldr/timezones/iso8601_location.rb +2 -2
  22. data/lib/twitter_cldr/timezones/timezone.rb +11 -7
  23. data/lib/twitter_cldr/version.rb +1 -1
  24. data/resources/locales/ar/calendars.yml +2 -1
  25. data/resources/locales/az/calendars.yml +2 -1
  26. data/resources/locales/be/calendars.yml +2 -1
  27. data/resources/locales/bg/calendars.yml +2 -1
  28. data/resources/locales/bn/calendars.yml +2 -1
  29. data/resources/locales/bo/calendars.yml +68 -36
  30. data/resources/locales/bs/calendars.yml +1 -0
  31. data/resources/locales/cy/calendars.yml +1 -0
  32. data/resources/locales/el/calendars.yml +2 -1
  33. data/resources/locales/en/calendars.yml +75 -54
  34. data/resources/locales/en-001/calendars.yml +65 -53
  35. data/resources/locales/en-150/calendars.yml +65 -53
  36. data/resources/locales/en-AU/calendars.yml +4 -0
  37. data/resources/locales/en-CA/calendars.yml +66 -58
  38. data/resources/locales/en-GB/calendars.yml +7 -0
  39. data/resources/locales/en-IE/calendars.yml +65 -53
  40. data/resources/locales/en-IN/calendars.yml +65 -53
  41. data/resources/locales/en-NZ/calendars.yml +65 -53
  42. data/resources/locales/en-SG/calendars.yml +65 -53
  43. data/resources/locales/en-US/calendars.yml +75 -54
  44. data/resources/locales/en-ZA/calendars.yml +65 -53
  45. data/resources/locales/eo/calendars.yml +88 -61
  46. data/resources/locales/es/calendars.yml +2 -1
  47. data/resources/locales/es-419/calendars.yml +2 -1
  48. data/resources/locales/es-AR/calendars.yml +2 -1
  49. data/resources/locales/es-CO/calendars.yml +2 -1
  50. data/resources/locales/es-MX/calendars.yml +2 -1
  51. data/resources/locales/es-US/calendars.yml +2 -1
  52. data/resources/locales/fil/calendars.yml +4 -3
  53. data/resources/locales/ga/calendars.yml +4 -4
  54. data/resources/locales/gl/calendars.yml +2 -1
  55. data/resources/locales/hi/calendars.yml +2 -1
  56. data/resources/locales/hy/calendars.yml +4 -3
  57. data/resources/locales/ka/calendars.yml +2 -1
  58. data/resources/locales/kk/calendars.yml +2 -1
  59. data/resources/locales/km/calendars.yml +2 -1
  60. data/resources/locales/kn/calendars.yml +2 -1
  61. data/resources/locales/ko/calendars.yml +2 -1
  62. data/resources/locales/lo/calendars.yml +2 -1
  63. data/resources/locales/mk/calendars.yml +1 -1
  64. data/resources/locales/mr/calendars.yml +2 -1
  65. data/resources/locales/mt/calendars.yml +2 -1
  66. data/resources/locales/my/calendars.yml +2 -1
  67. data/resources/locales/pl/calendars.yml +2 -1
  68. data/resources/locales/pt/calendars.yml +35 -34
  69. data/resources/locales/pt-PT/calendars.yml +21 -20
  70. data/resources/locales/ru/calendars.yml +7 -7
  71. data/resources/locales/sk/calendars.yml +2 -1
  72. data/resources/locales/sl/calendars.yml +2 -1
  73. data/resources/locales/sr/calendars.yml +2 -0
  74. data/resources/locales/sr-Cyrl-ME/calendars.yml +3 -1
  75. data/resources/locales/sr-Latn-ME/calendars.yml +3 -1
  76. data/resources/locales/sw/calendars.yml +2 -1
  77. data/resources/locales/ta/calendars.yml +2 -1
  78. data/resources/locales/th/calendars.yml +1 -0
  79. data/resources/locales/tr/calendars.yml +2 -1
  80. data/resources/locales/ur/calendars.yml +2 -1
  81. data/resources/locales/xh/calendars.yml +46 -15
  82. data/resources/locales/zh-Hant/calendars.yml +4 -4
  83. data/resources/locales/zu/calendars.yml +3 -1
  84. data/spec/formatters/calendars/datetime_formatter_spec.rb +2 -2
  85. data/spec/localized/localized_array_spec.rb +3 -1
  86. data/spec/localized/localized_hash_spec.rb +1 -1
  87. data/spec/shared/calendar_spec.rb +25 -8
  88. data/spec/timezones/timezone_spec.rb +41 -0
  89. data/spec/utils/yaml/yaml_spec.rb +2 -3
  90. metadata +7 -3
@@ -103,21 +103,21 @@
103
103
  :tue: T
104
104
  :wed: W
105
105
  :short:
106
- :fri: Fri
107
- :mon: Mon
108
- :sat: Sat
109
- :sun: Sun
110
- :thu: Thu
111
- :tue: Tue
112
- :wed: Wed
106
+ :fri: Fr
107
+ :mon: Mo
108
+ :sat: Sa
109
+ :sun: Su
110
+ :thu: Th
111
+ :tue: Tu
112
+ :wed: We
113
113
  :wide:
114
- :fri: Fri
115
- :mon: Mon
116
- :sat: Sat
117
- :sun: Sun
118
- :thu: Thu
119
- :tue: Tue
120
- :wed: Wed
114
+ :fri: Friday
115
+ :mon: Monday
116
+ :sat: Saturday
117
+ :sun: Sunday
118
+ :thu: Thursday
119
+ :tue: Tuesday
120
+ :wed: Wednesday
121
121
  :eras:
122
122
  :abbr:
123
123
  0: BCE
@@ -130,34 +130,49 @@
130
130
  1: A
131
131
  :fields:
132
132
  :day: day
133
+ :day-narrow: day
133
134
  :day-short: day
134
135
  :dayOfYear: "day of year"
136
+ :dayOfYear-narrow: "day of yr."
135
137
  :dayOfYear-short: "day of yr."
136
138
  :dayperiod: AM/PM
139
+ :dayperiod-narrow: AM/PM
137
140
  :dayperiod-short: AM/PM
138
141
  :era: era
142
+ :era-narrow: era
139
143
  :era-short: era
140
144
  :hour: hour
145
+ :hour-narrow: hr.
141
146
  :hour-short: hr.
142
147
  :minute: minute
148
+ :minute-narrow: min.
143
149
  :minute-short: min.
144
150
  :month: month
151
+ :month-narrow: mo.
145
152
  :month-short: mo.
146
153
  :quarter: quarter
154
+ :quarter-narrow: qtr.
147
155
  :quarter-short: qtr.
148
156
  :second: second
157
+ :second-narrow: sec.
149
158
  :second-short: sec.
150
159
  :week: week
160
+ :week-narrow: wk.
151
161
  :week-short: wk.
152
162
  :weekOfMonth: "week of month"
163
+ :weekOfMonth-narrow: "wk. of mo."
153
164
  :weekOfMonth-short: "wk. of mo."
154
165
  :weekday: "day of the week"
166
+ :weekday-narrow: "day of wk."
155
167
  :weekday-short: "day of wk."
156
168
  :weekdayOfMonth: "weekday of the month"
169
+ :weekdayOfMonth-narrow: "wkday. of mo."
157
170
  :weekdayOfMonth-short: "wkday. of mo."
158
171
  :year: year
172
+ :year-narrow: yr.
159
173
  :year-short: yr.
160
174
  :zone: "time zone"
175
+ :zone-narrow: zone
161
176
  :zone-short: zone
162
177
  :formats:
163
178
  :date:
@@ -203,18 +218,18 @@
203
218
  8: Aug
204
219
  9: Sep
205
220
  :narrow:
206
- 1: "1"
207
- 10: "10"
208
- 11: "11"
209
- 12: "12"
210
- 2: "2"
211
- 3: "3"
212
- 4: "4"
213
- 5: "5"
214
- 6: "6"
215
- 7: "7"
216
- 8: "8"
217
- 9: "9"
221
+ 1: J
222
+ 10: O
223
+ 11: "N"
224
+ 12: D
225
+ 2: F
226
+ 3: M
227
+ 4: A
228
+ 5: M
229
+ 6: J
230
+ 7: J
231
+ 8: A
232
+ 9: S
218
233
  :wide:
219
234
  1: January
220
235
  10: October
@@ -230,18 +245,18 @@
230
245
  9: September
231
246
  :stand-alone:
232
247
  :abbreviated:
233
- 1: M01
234
- 10: M10
235
- 11: M11
236
- 12: M12
237
- 2: M02
238
- 3: M03
239
- 4: M04
240
- 5: M05
241
- 6: M06
242
- 7: M07
243
- 8: M08
244
- 9: M09
248
+ 1: Jan
249
+ 10: Oct
250
+ 11: Nov
251
+ 12: Dec
252
+ 2: Feb
253
+ 3: Mar
254
+ 4: Apr
255
+ 5: May
256
+ 6: Jun
257
+ 7: Jul
258
+ 8: Aug
259
+ 9: Sep
245
260
  :narrow:
246
261
  1: J
247
262
  10: O
@@ -256,18 +271,18 @@
256
271
  8: A
257
272
  9: S
258
273
  :wide:
259
- 1: M01
260
- 10: M10
261
- 11: M11
262
- 12: M12
263
- 2: M02
264
- 3: M03
265
- 4: M04
266
- 5: M05
267
- 6: M06
268
- 7: M07
269
- 8: M08
270
- 9: M09
274
+ 1: January
275
+ 10: October
276
+ 11: November
277
+ 12: December
278
+ 2: February
279
+ 3: March
280
+ 4: April
281
+ 5: May
282
+ 6: June
283
+ 7: July
284
+ 8: August
285
+ 9: September
271
286
  :periods:
272
287
  :format:
273
288
  :abbreviated:
@@ -314,7 +329,13 @@
314
329
  :noon: noon
315
330
  :pm: PM
316
331
  :narrow:
332
+ :afternoon1: afternoon
317
333
  :am: AM
334
+ :evening1: evening
335
+ :midnight: midnight
336
+ :morning1: morning
337
+ :night1: night
338
+ :noon: noon
318
339
  :pm: PM
319
340
  :wide:
320
341
  :afternoon1: afternoon
@@ -354,7 +375,7 @@
354
375
  3: "3"
355
376
  4: "4"
356
377
  :wide:
357
- 1: Q1
358
- 2: Q2
359
- 3: Q3
360
- 4: Q4
378
+ 1: "1st quarter"
379
+ 2: "2nd quarter"
380
+ 3: "3rd quarter"
381
+ 4: "4th quarter"
@@ -104,21 +104,21 @@
104
104
  :tue: T
105
105
  :wed: W
106
106
  :short:
107
- :fri: Fri
108
- :mon: Mon
109
- :sat: Sat
110
- :sun: Sun
111
- :thu: Thu
112
- :tue: Tue
113
- :wed: Wed
107
+ :fri: Fr
108
+ :mon: Mo
109
+ :sat: Sa
110
+ :sun: Su
111
+ :thu: Th
112
+ :tue: Tu
113
+ :wed: We
114
114
  :wide:
115
- :fri: Fri
116
- :mon: Mon
117
- :sat: Sat
118
- :sun: Sun
119
- :thu: Thu
120
- :tue: Tue
121
- :wed: Wed
115
+ :fri: Friday
116
+ :mon: Monday
117
+ :sat: Saturday
118
+ :sun: Sunday
119
+ :thu: Thursday
120
+ :tue: Tuesday
121
+ :wed: Wednesday
122
122
  :eras:
123
123
  :abbr:
124
124
  0: BCE
@@ -131,6 +131,7 @@
131
131
  1: A
132
132
  :fields:
133
133
  :day: day
134
+ :day-narrow: day
134
135
  :day-short: day
135
136
  :dayOfYear: "day of year"
136
137
  :dayOfYear-narrow: "day of yr"
@@ -139,8 +140,10 @@
139
140
  :dayperiod-narrow: am/pm
140
141
  :dayperiod-short: am/pm
141
142
  :era: era
143
+ :era-narrow: era
142
144
  :era-short: era
143
145
  :hour: hour
146
+ :hour-narrow: hr.
144
147
  :hour-short: hr
145
148
  :minute: minute
146
149
  :minute-narrow: min
@@ -152,6 +155,7 @@
152
155
  :quarter-narrow: qtr
153
156
  :quarter-short: qtr
154
157
  :second: second
158
+ :second-narrow: sec.
155
159
  :second-short: sec
156
160
  :week: week
157
161
  :week-narrow: wk
@@ -166,8 +170,10 @@
166
170
  :weekdayOfMonth-narrow: "wkday of mo"
167
171
  :weekdayOfMonth-short: "wkday of mo"
168
172
  :year: year
173
+ :year-narrow: yr.
169
174
  :year-short: yr
170
175
  :zone: "time zone"
176
+ :zone-narrow: zone
171
177
  :zone-short: zone
172
178
  :formats:
173
179
  :date:
@@ -213,18 +219,18 @@
213
219
  8: Aug
214
220
  9: Sept
215
221
  :narrow:
216
- 1: "1"
217
- 10: "10"
218
- 11: "11"
219
- 12: "12"
220
- 2: "2"
221
- 3: "3"
222
- 4: "4"
223
- 5: "5"
224
- 6: "6"
225
- 7: "7"
226
- 8: "8"
227
- 9: "9"
222
+ 1: J
223
+ 10: O
224
+ 11: "N"
225
+ 12: D
226
+ 2: F
227
+ 3: M
228
+ 4: A
229
+ 5: M
230
+ 6: J
231
+ 7: J
232
+ 8: A
233
+ 9: S
228
234
  :wide:
229
235
  1: January
230
236
  10: October
@@ -240,17 +246,17 @@
240
246
  9: September
241
247
  :stand-alone:
242
248
  :abbreviated:
243
- 1: M01
244
- 10: M10
245
- 11: M11
246
- 12: M12
247
- 2: M02
248
- 3: M03
249
- 4: M04
250
- 5: M05
251
- 6: M06
252
- 7: M07
253
- 8: M08
249
+ 1: Jan
250
+ 10: Oct
251
+ 11: Nov
252
+ 12: Dec
253
+ 2: Feb
254
+ 3: Mar
255
+ 4: Apr
256
+ 5: May
257
+ 6: Jun
258
+ 7: Jul
259
+ 8: Aug
254
260
  9: Sept
255
261
  :narrow:
256
262
  1: J
@@ -266,18 +272,18 @@
266
272
  8: A
267
273
  9: S
268
274
  :wide:
269
- 1: M01
270
- 10: M10
271
- 11: M11
272
- 12: M12
273
- 2: M02
274
- 3: M03
275
- 4: M04
276
- 5: M05
277
- 6: M06
278
- 7: M07
279
- 8: M08
280
- 9: M09
275
+ 1: January
276
+ 10: October
277
+ 11: November
278
+ 12: December
279
+ 2: February
280
+ 3: March
281
+ 4: April
282
+ 5: May
283
+ 6: June
284
+ 7: July
285
+ 8: August
286
+ 9: September
281
287
  :periods:
282
288
  :format:
283
289
  :abbreviated:
@@ -324,7 +330,13 @@
324
330
  :noon: noon
325
331
  :pm: pm
326
332
  :narrow:
333
+ :afternoon1: afternoon
327
334
  :am: AM
335
+ :evening1: evening
336
+ :midnight: midnight
337
+ :morning1: morning
338
+ :night1: night
339
+ :noon: noon
328
340
  :pm: pm
329
341
  :wide:
330
342
  :afternoon1: afternoon
@@ -364,7 +376,7 @@
364
376
  3: "3"
365
377
  4: "4"
366
378
  :wide:
367
- 1: Q1
368
- 2: Q2
369
- 3: Q3
370
- 4: Q4
379
+ 1: "1st quarter"
380
+ 2: "2nd quarter"
381
+ 3: "3rd quarter"
382
+ 4: "4th quarter"
@@ -62,21 +62,21 @@
62
62
  :tue: ma
63
63
  :wed: me
64
64
  :narrow:
65
- :fri: F
66
- :mon: M
65
+ :fri: V
66
+ :mon: L
67
67
  :sat: S
68
- :sun: S
69
- :thu: T
70
- :tue: T
71
- :wed: W
68
+ :sun: D
69
+ :thu: Ĵ
70
+ :tue: M
71
+ :wed: M
72
72
  :short:
73
- :fri: Fri
74
- :mon: Mon
75
- :sat: Sat
76
- :sun: Sun
77
- :thu: Thu
78
- :tue: Tue
79
- :wed: Wed
73
+ :fri: ve
74
+ :mon: lu
75
+ :sat: sa
76
+ :sun: di
77
+ :thu: ĵa
78
+ :tue: ma
79
+ :wed: me
80
80
  :wide:
81
81
  :fri: vendredo
82
82
  :mon: lundo
@@ -87,13 +87,13 @@
87
87
  :wed: merkredo
88
88
  :stand-alone:
89
89
  :abbreviated:
90
- :fri: Fri
91
- :mon: Mon
92
- :sat: Sat
93
- :sun: Sun
94
- :thu: Thu
95
- :tue: Tue
96
- :wed: Wed
90
+ :fri: ve
91
+ :mon: lu
92
+ :sat: sa
93
+ :sun: di
94
+ :thu: ĵa
95
+ :tue: ma
96
+ :wed: me
97
97
  :narrow:
98
98
  :fri: V
99
99
  :mon: L
@@ -103,13 +103,13 @@
103
103
  :tue: M
104
104
  :wed: M
105
105
  :short:
106
- :fri: Fri
107
- :mon: Mon
108
- :sat: Sat
109
- :sun: Sun
110
- :thu: Thu
111
- :tue: Tue
112
- :wed: Wed
106
+ :fri: ve
107
+ :mon: lu
108
+ :sat: sa
109
+ :sun: di
110
+ :thu: ĵa
111
+ :tue: ma
112
+ :wed: me
113
113
  :wide:
114
114
  :fri: vendredo
115
115
  :mon: lundo
@@ -130,23 +130,50 @@
130
130
  1: KE
131
131
  :fields:
132
132
  :day: tago
133
+ :day-narrow: tago
134
+ :day-short: tago
133
135
  :dayOfYear: "Day Of Year"
136
+ :dayOfYear-narrow: "Day Of Year"
137
+ :dayOfYear-short: "Day Of Year"
134
138
  :dayperiod: atm/ptm
139
+ :dayperiod-narrow: atm/ptm
140
+ :dayperiod-short: atm/ptm
135
141
  :era: erao
142
+ :era-narrow: erao
143
+ :era-short: erao
136
144
  :hour: horo
137
145
  :hour-narrow: h
146
+ :hour-short: horo
138
147
  :minute: minuto
139
148
  :minute-narrow: m
149
+ :minute-short: minuto
140
150
  :month: monato
151
+ :month-narrow: monato
152
+ :month-short: monato
141
153
  :quarter: kvaronjaro
154
+ :quarter-narrow: kvaronjaro
155
+ :quarter-short: kvaronjaro
142
156
  :second: sekundo
143
157
  :second-narrow: s
158
+ :second-short: sekundo
144
159
  :week: semajno
160
+ :week-narrow: semajno
161
+ :week-short: semajno
145
162
  :weekOfMonth: "Week Of Month"
163
+ :weekOfMonth-narrow: "Week Of Month"
164
+ :weekOfMonth-short: "Week Of Month"
146
165
  :weekday: "tago de la semajno"
166
+ :weekday-narrow: "tago de la semajno"
167
+ :weekday-short: "tago de la semajno"
147
168
  :weekdayOfMonth: "Weekday Of Month"
169
+ :weekdayOfMonth-narrow: "Weekday Of Month"
170
+ :weekdayOfMonth-short: "Weekday Of Month"
148
171
  :year: jaro
172
+ :year-narrow: jaro
173
+ :year-short: jaro
149
174
  :zone: horzono
175
+ :zone-narrow: horzono
176
+ :zone-short: horzono
150
177
  :formats:
151
178
  :date:
152
179
  :full:
@@ -191,18 +218,18 @@
191
218
  8: aŭg
192
219
  9: sep
193
220
  :narrow:
194
- 1: "1"
195
- 10: "10"
196
- 11: "11"
197
- 12: "12"
198
- 2: "2"
199
- 3: "3"
200
- 4: "4"
201
- 5: "5"
202
- 6: "6"
203
- 7: "7"
204
- 8: "8"
205
- 9: "9"
221
+ 1: J
222
+ 10: O
223
+ 11: "N"
224
+ 12: D
225
+ 2: F
226
+ 3: M
227
+ 4: A
228
+ 5: M
229
+ 6: J
230
+ 7: J
231
+ 8: A
232
+ 9: S
206
233
  :wide:
207
234
  1: januaro
208
235
  10: oktobro
@@ -218,18 +245,18 @@
218
245
  9: septembro
219
246
  :stand-alone:
220
247
  :abbreviated:
221
- 1: M01
222
- 10: M10
223
- 11: M11
224
- 12: M12
225
- 2: M02
226
- 3: M03
227
- 4: M04
228
- 5: M05
229
- 6: M06
230
- 7: M07
231
- 8: M08
232
- 9: M09
248
+ 1: jan
249
+ 10: okt
250
+ 11: nov
251
+ 12: dec
252
+ 2: feb
253
+ 3: mar
254
+ 4: apr
255
+ 5: maj
256
+ 6: jun
257
+ 7: jul
258
+ 8: aŭg
259
+ 9: sep
233
260
  :narrow:
234
261
  1: J
235
262
  10: O
@@ -269,14 +296,14 @@
269
296
  :pm: ptm
270
297
  :stand-alone:
271
298
  :abbreviated:
272
- :am: AM
273
- :pm: PM
299
+ :am: atm
300
+ :pm: ptm
274
301
  :narrow:
275
- :am: AM
276
- :pm: PM
302
+ :am: atm
303
+ :pm: ptm
277
304
  :wide:
278
- :am: AM
279
- :pm: PM
305
+ :am: atm
306
+ :pm: ptm
280
307
  :quarters:
281
308
  :format:
282
309
  :abbreviated:
@@ -296,10 +323,10 @@
296
323
  4: "4-a kvaronjaro"
297
324
  :stand-alone:
298
325
  :abbreviated:
299
- 1: Q1
300
- 2: Q2
301
- 3: Q3
302
- 4: Q4
326
+ 1: K1
327
+ 2: K2
328
+ 3: K3
329
+ 4: K4
303
330
  :narrow:
304
331
  1: "1"
305
332
  2: "2"
@@ -137,7 +137,8 @@
137
137
  0: "antes de la era común"
138
138
  1: "era común"
139
139
  :narrow:
140
- 0: ""
140
+ 0: BCE
141
+ 1: CE
141
142
  :fields:
142
143
  :day: día
143
144
  :day-narrow: d
@@ -138,7 +138,8 @@
138
138
  0: "antes de la era común"
139
139
  1: "era común"
140
140
  :narrow:
141
- 0: ""
141
+ 0: BCE
142
+ 1: CE
142
143
  :fields:
143
144
  :day: día
144
145
  :day-narrow: d
@@ -138,7 +138,8 @@
138
138
  0: "antes de la era común"
139
139
  1: "era común"
140
140
  :narrow:
141
- 0: ""
141
+ 0: BCE
142
+ 1: CE
142
143
  :fields:
143
144
  :day: día
144
145
  :day-narrow: d
@@ -138,7 +138,8 @@
138
138
  0: "antes de la era común"
139
139
  1: "era común"
140
140
  :narrow:
141
- 0: ""
141
+ 0: BCE
142
+ 1: CE
142
143
  :fields:
143
144
  :day: día
144
145
  :day-narrow: d
@@ -138,7 +138,8 @@
138
138
  0: "antes de la era común"
139
139
  1: "era común"
140
140
  :narrow:
141
- 0: ""
141
+ 0: BCE
142
+ 1: CE
142
143
  :fields:
143
144
  :day: día
144
145
  :day-narrow: d
@@ -138,7 +138,8 @@
138
138
  0: "antes de la era común"
139
139
  1: "era común"
140
140
  :narrow:
141
- 0: ""
141
+ 0: BCE
142
+ 1: CE
142
143
  :fields:
143
144
  :day: día
144
145
  :day-narrow: d