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