1###########################################################################
2#
3# This file is auto-generated by the Perl DateTime Suite locale
4# generator (0.05).  This code generator comes with the
5# DateTime::Locale distribution in the tools/ directory, and is called
6# generate-from-cldr.
7#
8# This file as generated from the CLDR XML locale data.  See the
9# LICENSE.cldr file included in this distribution for license details.
10#
11# This file was generated from the source file eo.xml
12# The source file version number was 1.76, generated on
13# 2009/06/15 03:46:25.
14#
15# Do not edit this file directly.
16#
17###########################################################################
18
19package DateTime::Locale::eo;
20
21use strict;
22use warnings;
23use utf8;
24
25use base 'DateTime::Locale::root';
26
27sub cldr_version { return "1\.7\.1" }
28
29{
30    my $am_pm_abbreviated = [ "atm", "ptm" ];
31    sub am_pm_abbreviated { return $am_pm_abbreviated }
32}
33{
34    my $date_format_full = "EEEE\,\ d\-\'a\'\ \'de\'\ MMMM\ y";
35    sub date_format_full { return $date_format_full }
36}
37
38{
39    my $date_format_long = "y\-MMMM\-dd";
40    sub date_format_long { return $date_format_long }
41}
42
43{
44    my $date_format_medium = "y\-MMM\-dd";
45    sub date_format_medium { return $date_format_medium }
46}
47
48{
49    my $date_format_short = "yy\-MM\-dd";
50    sub date_format_short { return $date_format_short }
51}
52
53{
54    my $day_format_abbreviated = [ "lu", "ma", "me", "ĵa", "ve", "sa", "di" ];
55    sub day_format_abbreviated { return $day_format_abbreviated }
56}
57
58sub day_format_narrow { $_[0]->day_stand_alone_narrow() }
59
60{
61    my $day_format_wide = [ "lundo", "mardo", "merkredo", "ĵaŭdo", "vendredo", "sabato", "dimanĉo" ];
62    sub day_format_wide { return $day_format_wide }
63}
64
65sub day_stand_alone_abbreviated { $_[0]->day_format_abbreviated() }
66
67{
68    my $day_stand_alone_narrow = [ "2", "3", "4", "5", "6", "7", "1" ];
69    sub day_stand_alone_narrow { return $day_stand_alone_narrow }
70}
71
72sub day_stand_alone_wide { $_[0]->day_format_wide() }
73
74{
75    my $era_abbreviated = [ "aK", "pK" ];
76    sub era_abbreviated { return $era_abbreviated }
77}
78
79sub era_narrow { $_[0]->era_abbreviated() }
80
81{
82    my $first_day_of_week = "1";
83    sub first_day_of_week { return $first_day_of_week }
84}
85
86{
87    my $month_format_abbreviated = [ "jan", "feb", "mar", "apr", "maj", "jun", "jul", "aŭg", "sep", "okt", "nov", "dec" ];
88    sub month_format_abbreviated { return $month_format_abbreviated }
89}
90
91sub month_format_narrow { $_[0]->month_stand_alone_narrow() }
92
93{
94    my $month_format_wide = [ "januaro", "februaro", "marto", "aprilo", "majo", "junio", "julio", "aŭgusto", "septembro", "oktobro", "novembro", "decembro" ];
95    sub month_format_wide { return $month_format_wide }
96}
97
98sub month_stand_alone_abbreviated { $_[0]->month_format_abbreviated() }
99
100{
101    my $month_stand_alone_narrow = [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12" ];
102    sub month_stand_alone_narrow { return $month_stand_alone_narrow }
103}
104
105sub month_stand_alone_wide { $_[0]->month_format_wide() }
106
107{
108    my $quarter_format_abbreviated = [ "K1", "K2", "K3", "K4" ];
109    sub quarter_format_abbreviated { return $quarter_format_abbreviated }
110}
111{
112    my $quarter_format_wide = [ "1a\ kvaronjaro", "2a\ kvaronjaro", "3a\ kvaronjaro", "4a\ kvaronjaro" ];
113    sub quarter_format_wide { return $quarter_format_wide }
114}
115
116sub quarter_stand_alone_abbreviated { $_[0]->quarter_format_abbreviated() }
117
118
119sub quarter_stand_alone_wide { $_[0]->quarter_format_wide() }
120
121{
122    my $time_format_full = "H\-\'a\'\ \'horo\'\ \'kaj\'\ m\:ss\ zzzz";
123    sub time_format_full { return $time_format_full }
124}
125
126{
127    my $time_format_long = "HH\:mm\:ss\ z";
128    sub time_format_long { return $time_format_long }
129}
130
131{
132    my $time_format_medium = "HH\:mm\:ss";
133    sub time_format_medium { return $time_format_medium }
134}
135
136{
137    my $time_format_short = "HH\:mm";
138    sub time_format_short { return $time_format_short }
139}
140
141{
142    my $_format_for_yyQ = "Q\ yy";
143    sub _format_for_yyQ { return $_format_for_yyQ }
144}
145
146{
147    my $_available_formats =
148        {
149          "yyQ" => "Q\ yy"
150        };
151    sub _available_formats { return $_available_formats }
152}
153
1541;
155
156__END__
157
158
159=pod
160
161=encoding utf8
162
163=head1 NAME
164
165DateTime::Locale::eo
166
167=head1 SYNOPSIS
168
169  use DateTime;
170
171  my $dt = DateTime->now( locale => 'eo' );
172  print $dt->month_name();
173
174=head1 DESCRIPTION
175
176This is the DateTime locale package for Esperanto.
177
178=head1 DATA
179
180This locale inherits from the L<DateTime::Locale::root> locale.
181
182It contains the following data.
183
184=head2 Days
185
186=head3 Wide (format)
187
188  lundo
189  mardo
190  merkredo
191  ĵaŭdo
192  vendredo
193  sabato
194  dimanĉo
195
196=head3 Abbreviated (format)
197
198  lu
199  ma
200  me
201  ĵa
202  ve
203  sa
204  di
205
206=head3 Narrow (format)
207
208  2
209  3
210  4
211  5
212  6
213  7
214  1
215
216=head3 Wide (stand-alone)
217
218  lundo
219  mardo
220  merkredo
221  ĵaŭdo
222  vendredo
223  sabato
224  dimanĉo
225
226=head3 Abbreviated (stand-alone)
227
228  lu
229  ma
230  me
231  ĵa
232  ve
233  sa
234  di
235
236=head3 Narrow (stand-alone)
237
238  2
239  3
240  4
241  5
242  6
243  7
244  1
245
246=head2 Months
247
248=head3 Wide (format)
249
250  januaro
251  februaro
252  marto
253  aprilo
254  majo
255  junio
256  julio
257  aŭgusto
258  septembro
259  oktobro
260  novembro
261  decembro
262
263=head3 Abbreviated (format)
264
265  jan
266  feb
267  mar
268  apr
269  maj
270  jun
271  jul
272  aŭg
273  sep
274  okt
275  nov
276  dec
277
278=head3 Narrow (format)
279
280  1
281  2
282  3
283  4
284  5
285  6
286  7
287  8
288  9
289  10
290  11
291  12
292
293=head3 Wide (stand-alone)
294
295  januaro
296  februaro
297  marto
298  aprilo
299  majo
300  junio
301  julio
302  aŭgusto
303  septembro
304  oktobro
305  novembro
306  decembro
307
308=head3 Abbreviated (stand-alone)
309
310  jan
311  feb
312  mar
313  apr
314  maj
315  jun
316  jul
317  aŭg
318  sep
319  okt
320  nov
321  dec
322
323=head3 Narrow (stand-alone)
324
325  1
326  2
327  3
328  4
329  5
330  6
331  7
332  8
333  9
334  10
335  11
336  12
337
338=head2 Quarters
339
340=head3 Wide (format)
341
342  1a kvaronjaro
343  2a kvaronjaro
344  3a kvaronjaro
345  4a kvaronjaro
346
347=head3 Abbreviated (format)
348
349  K1
350  K2
351  K3
352  K4
353
354=head3 Narrow (format)
355
356  1
357  2
358  3
359  4
360
361=head3 Wide (stand-alone)
362
363  1a kvaronjaro
364  2a kvaronjaro
365  3a kvaronjaro
366  4a kvaronjaro
367
368=head3 Abbreviated (stand-alone)
369
370  K1
371  K2
372  K3
373  K4
374
375=head3 Narrow (stand-alone)
376
377  1
378  2
379  3
380  4
381
382=head2 Eras
383
384=head3 Wide
385
386  BCE
387  CE
388
389=head3 Abbreviated
390
391  aK
392  pK
393
394=head3 Narrow
395
396  aK
397  pK
398
399=head2 Date Formats
400
401=head3 Full
402
403   2008-02-05T18:30:30 = mardo, 5-a de februaro 2008
404   1995-12-22T09:05:02 = vendredo, 22-a de decembro 1995
405  -0010-09-15T04:44:23 = sabato, 15-a de septembro -10
406
407=head3 Long
408
409   2008-02-05T18:30:30 = 2008-februaro-05
410   1995-12-22T09:05:02 = 1995-decembro-22
411  -0010-09-15T04:44:23 = -10-septembro-15
412
413=head3 Medium
414
415   2008-02-05T18:30:30 = 2008-feb-05
416   1995-12-22T09:05:02 = 1995-dec-22
417  -0010-09-15T04:44:23 = -10-sep-15
418
419=head3 Short
420
421   2008-02-05T18:30:30 = 08-02-05
422   1995-12-22T09:05:02 = 95-12-22
423  -0010-09-15T04:44:23 = -10-09-15
424
425=head3 Default
426
427   2008-02-05T18:30:30 = 2008-feb-05
428   1995-12-22T09:05:02 = 1995-dec-22
429  -0010-09-15T04:44:23 = -10-sep-15
430
431=head2 Time Formats
432
433=head3 Full
434
435   2008-02-05T18:30:30 = 18-a horo kaj 30:30 UTC
436   1995-12-22T09:05:02 = 9-a horo kaj 5:02 UTC
437  -0010-09-15T04:44:23 = 4-a horo kaj 44:23 UTC
438
439=head3 Long
440
441   2008-02-05T18:30:30 = 18:30:30 UTC
442   1995-12-22T09:05:02 = 09:05:02 UTC
443  -0010-09-15T04:44:23 = 04:44:23 UTC
444
445=head3 Medium
446
447   2008-02-05T18:30:30 = 18:30:30
448   1995-12-22T09:05:02 = 09:05:02
449  -0010-09-15T04:44:23 = 04:44:23
450
451=head3 Short
452
453   2008-02-05T18:30:30 = 18:30
454   1995-12-22T09:05:02 = 09:05
455  -0010-09-15T04:44:23 = 04:44
456
457=head3 Default
458
459   2008-02-05T18:30:30 = 18:30:30
460   1995-12-22T09:05:02 = 09:05:02
461  -0010-09-15T04:44:23 = 04:44:23
462
463=head2 Datetime Formats
464
465=head3 Full
466
467   2008-02-05T18:30:30 = mardo, 5-a de februaro 2008 18-a horo kaj 30:30 UTC
468   1995-12-22T09:05:02 = vendredo, 22-a de decembro 1995 9-a horo kaj 5:02 UTC
469  -0010-09-15T04:44:23 = sabato, 15-a de septembro -10 4-a horo kaj 44:23 UTC
470
471=head3 Long
472
473   2008-02-05T18:30:30 = 2008-februaro-05 18:30:30 UTC
474   1995-12-22T09:05:02 = 1995-decembro-22 09:05:02 UTC
475  -0010-09-15T04:44:23 = -10-septembro-15 04:44:23 UTC
476
477=head3 Medium
478
479   2008-02-05T18:30:30 = 2008-feb-05 18:30:30
480   1995-12-22T09:05:02 = 1995-dec-22 09:05:02
481  -0010-09-15T04:44:23 = -10-sep-15 04:44:23
482
483=head3 Short
484
485   2008-02-05T18:30:30 = 08-02-05 18:30
486   1995-12-22T09:05:02 = 95-12-22 09:05
487  -0010-09-15T04:44:23 = -10-09-15 04:44
488
489=head3 Default
490
491   2008-02-05T18:30:30 = 2008-feb-05 18:30:30
492   1995-12-22T09:05:02 = 1995-dec-22 09:05:02
493  -0010-09-15T04:44:23 = -10-sep-15 04:44:23
494
495=head2 Available Formats
496
497=head3 d (d)
498
499   2008-02-05T18:30:30 = 5
500   1995-12-22T09:05:02 = 22
501  -0010-09-15T04:44:23 = 15
502
503=head3 EEEd (d EEE)
504
505   2008-02-05T18:30:30 = 5 ma
506   1995-12-22T09:05:02 = 22 ve
507  -0010-09-15T04:44:23 = 15 sa
508
509=head3 Hm (H:mm)
510
511   2008-02-05T18:30:30 = 18:30
512   1995-12-22T09:05:02 = 9:05
513  -0010-09-15T04:44:23 = 4:44
514
515=head3 hm (h:mm a)
516
517   2008-02-05T18:30:30 = 6:30 ptm
518   1995-12-22T09:05:02 = 9:05 atm
519  -0010-09-15T04:44:23 = 4:44 atm
520
521=head3 Hms (H:mm:ss)
522
523   2008-02-05T18:30:30 = 18:30:30
524   1995-12-22T09:05:02 = 9:05:02
525  -0010-09-15T04:44:23 = 4:44:23
526
527=head3 hms (h:mm:ss a)
528
529   2008-02-05T18:30:30 = 6:30:30 ptm
530   1995-12-22T09:05:02 = 9:05:02 atm
531  -0010-09-15T04:44:23 = 4:44:23 atm
532
533=head3 M (L)
534
535   2008-02-05T18:30:30 = 2
536   1995-12-22T09:05:02 = 12
537  -0010-09-15T04:44:23 = 9
538
539=head3 Md (M-d)
540
541   2008-02-05T18:30:30 = 2-5
542   1995-12-22T09:05:02 = 12-22
543  -0010-09-15T04:44:23 = 9-15
544
545=head3 MEd (E, M-d)
546
547   2008-02-05T18:30:30 = ma, 2-5
548   1995-12-22T09:05:02 = ve, 12-22
549  -0010-09-15T04:44:23 = sa, 9-15
550
551=head3 MMM (LLL)
552
553   2008-02-05T18:30:30 = feb
554   1995-12-22T09:05:02 = dec
555  -0010-09-15T04:44:23 = sep
556
557=head3 MMMd (MMM d)
558
559   2008-02-05T18:30:30 = feb 5
560   1995-12-22T09:05:02 = dec 22
561  -0010-09-15T04:44:23 = sep 15
562
563=head3 MMMEd (E MMM d)
564
565   2008-02-05T18:30:30 = ma feb 5
566   1995-12-22T09:05:02 = ve dec 22
567  -0010-09-15T04:44:23 = sa sep 15
568
569=head3 MMMMd (MMMM d)
570
571   2008-02-05T18:30:30 = februaro 5
572   1995-12-22T09:05:02 = decembro 22
573  -0010-09-15T04:44:23 = septembro 15
574
575=head3 MMMMEd (E MMMM d)
576
577   2008-02-05T18:30:30 = ma februaro 5
578   1995-12-22T09:05:02 = ve decembro 22
579  -0010-09-15T04:44:23 = sa septembro 15
580
581=head3 ms (mm:ss)
582
583   2008-02-05T18:30:30 = 30:30
584   1995-12-22T09:05:02 = 05:02
585  -0010-09-15T04:44:23 = 44:23
586
587=head3 y (y)
588
589   2008-02-05T18:30:30 = 2008
590   1995-12-22T09:05:02 = 1995
591  -0010-09-15T04:44:23 = -10
592
593=head3 yM (y-M)
594
595   2008-02-05T18:30:30 = 2008-2
596   1995-12-22T09:05:02 = 1995-12
597  -0010-09-15T04:44:23 = -10-9
598
599=head3 yMEd (EEE, y-M-d)
600
601   2008-02-05T18:30:30 = ma, 2008-2-5
602   1995-12-22T09:05:02 = ve, 1995-12-22
603  -0010-09-15T04:44:23 = sa, -10-9-15
604
605=head3 yMMM (y MMM)
606
607   2008-02-05T18:30:30 = 2008 feb
608   1995-12-22T09:05:02 = 1995 dec
609  -0010-09-15T04:44:23 = -10 sep
610
611=head3 yMMMEd (EEE, y MMM d)
612
613   2008-02-05T18:30:30 = ma, 2008 feb 5
614   1995-12-22T09:05:02 = ve, 1995 dec 22
615  -0010-09-15T04:44:23 = sa, -10 sep 15
616
617=head3 yMMMM (y MMMM)
618
619   2008-02-05T18:30:30 = 2008 februaro
620   1995-12-22T09:05:02 = 1995 decembro
621  -0010-09-15T04:44:23 = -10 septembro
622
623=head3 yQ (y Q)
624
625   2008-02-05T18:30:30 = 2008 1
626   1995-12-22T09:05:02 = 1995 4
627  -0010-09-15T04:44:23 = -10 3
628
629=head3 yQQQ (y QQQ)
630
631   2008-02-05T18:30:30 = 2008 K1
632   1995-12-22T09:05:02 = 1995 K4
633  -0010-09-15T04:44:23 = -10 K3
634
635=head3 yyQ (Q yy)
636
637   2008-02-05T18:30:30 = 1 08
638   1995-12-22T09:05:02 = 4 95
639  -0010-09-15T04:44:23 = 3 -10
640
641=head2 Miscellaneous
642
643=head3 Prefers 24 hour time?
644
645Yes
646
647=head3 Local first day of the week
648
649lundo
650
651
652=head1 SUPPORT
653
654See L<DateTime::Locale>.
655
656=head1 AUTHOR
657
658Dave Rolsky <autarch@urth.org>
659
660=head1 COPYRIGHT
661
662Copyright (c) 2008 David Rolsky. All rights reserved. This program is
663free software; you can redistribute it and/or modify it under the same
664terms as Perl itself.
665
666This module was generated from data provided by the CLDR project, see
667the LICENSE.cldr in this distribution for details on the CLDR data's
668license.
669
670=cut
671