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