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