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 aa_ER_SAAHO.xml
12# The source file version number was 1.36, generated on
13# 2009/05/05 23:06:33.
14#
15# Do not edit this file directly.
16#
17###########################################################################
18
19package DateTime::Locale::aa_ER_SAAHO;
20
21use strict;
22use warnings;
23use utf8;
24
25use base 'DateTime::Locale::aa_ER';
26
27sub cldr_version { return "1\.7\.1" }
28
29{
30    my $day_format_abbreviated = [ "San", "Sal", "Rab", "Cam", "Jum", "Qun", "Nab" ];
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 = [ "Sani", "Salus", "Rabuq", "Camus", "Jumqata", "Qunxa\ Sambat", "Naba\ Sambat" ];
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 $first_day_of_week = "6";
48    sub first_day_of_week { return $first_day_of_week }
49}
50
51{
52    my $glibc_date_format = "\%d\/\%m\/\%Y";
53    sub glibc_date_format { return $glibc_date_format }
54}
55
56{
57    my $glibc_date_1_format = "\%A\,\ \%B\ \%e\,\ \%r\ \%Z\ \%Y";
58    sub glibc_date_1_format { return $glibc_date_1_format }
59}
60
61{
62    my $glibc_datetime_format = "\%A\,\ \%B\ \%e\,\ \%Y\ \%r\ \%Z";
63    sub glibc_datetime_format { return $glibc_datetime_format }
64}
65
66{
67    my $glibc_time_format = "\%l\:\%M\:\%S";
68    sub glibc_time_format { return $glibc_time_format }
69}
70
71{
72    my $glibc_time_12_format = "\%X\ \%p";
73    sub glibc_time_12_format { return $glibc_time_12_format }
74}
75
761;
77
78__END__
79
80
81=pod
82
83=encoding utf8
84
85=head1 NAME
86
87DateTime::Locale::aa_ER_SAAHO
88
89=head1 SYNOPSIS
90
91  use DateTime;
92
93  my $dt = DateTime->now( locale => 'aa_ER_SAAHO' );
94  print $dt->month_name();
95
96=head1 DESCRIPTION
97
98This is the DateTime locale package for Afar Eritrea Saho.
99
100=head1 DATA
101
102This locale inherits from the L<DateTime::Locale::aa_ER> locale.
103
104It contains the following data.
105
106=head2 Days
107
108=head3 Wide (format)
109
110  Sani
111  Salus
112  Rabuq
113  Camus
114  Jumqata
115  Qunxa Sambat
116  Naba Sambat
117
118=head3 Abbreviated (format)
119
120  San
121  Sal
122  Rab
123  Cam
124  Jum
125  Qun
126  Nab
127
128=head3 Narrow (format)
129
130  San
131  Sal
132  Rab
133  Cam
134  Jum
135  Qun
136  Nab
137
138=head3 Wide (stand-alone)
139
140  Sani
141  Salus
142  Rabuq
143  Camus
144  Jumqata
145  Qunxa Sambat
146  Naba Sambat
147
148=head3 Abbreviated (stand-alone)
149
150  San
151  Sal
152  Rab
153  Cam
154  Jum
155  Qun
156  Nab
157
158=head3 Narrow (stand-alone)
159
160  E
161  T
162  A
163  K
164  G
165  S
166  A
167
168=head2 Months
169
170=head3 Wide (format)
171
172  Qunxa Garablu
173  Kudo
174  Ciggilta Kudo
175  Agda Baxis
176  Caxah Alsa
177  Qasa Dirri
178  Qado Dirri
179  Liiqen
180  Waysu
181  Diteli
182  Ximoli
183  Kaxxa Garablu
184
185=head3 Abbreviated (format)
186
187  Qun
188  Nah
189  Cig
190  Agd
191  Cax
192  Qas
193  Qad
194  Leq
195  Way
196  Dit
197  Xim
198  Kax
199
200=head3 Narrow (format)
201
202  Q
203  N
204  C
205  A
206  C
207  Q
208  Q
209  L
210  W
211  D
212  X
213  K
214
215=head3 Wide (stand-alone)
216
217  Qunxa Garablu
218  Kudo
219  Ciggilta Kudo
220  Agda Baxis
221  Caxah Alsa
222  Qasa Dirri
223  Qado Dirri
224  Liiqen
225  Waysu
226  Diteli
227  Ximoli
228  Kaxxa Garablu
229
230=head3 Abbreviated (stand-alone)
231
232  Qun
233  Nah
234  Cig
235  Agd
236  Cax
237  Qas
238  Qad
239  Leq
240  Way
241  Dit
242  Xim
243  Kax
244
245=head3 Narrow (stand-alone)
246
247  Q
248  N
249  C
250  A
251  C
252  Q
253  Q
254  L
255  W
256  D
257  X
258  K
259
260=head2 Quarters
261
262=head3 Wide (format)
263
264  Q1
265  Q2
266  Q3
267  Q4
268
269=head3 Abbreviated (format)
270
271  Q1
272  Q2
273  Q3
274  Q4
275
276=head3 Narrow (format)
277
278  1
279  2
280  3
281  4
282
283=head3 Wide (stand-alone)
284
285  Q1
286  Q2
287  Q3
288  Q4
289
290=head3 Abbreviated (stand-alone)
291
292  Q1
293  Q2
294  Q3
295  Q4
296
297=head3 Narrow (stand-alone)
298
299  1
300  2
301  3
302  4
303
304=head2 Eras
305
306=head3 Wide
307
308  BCE
309  CE
310
311=head3 Abbreviated
312
313  Yaasuusuk Duma
314  Yaasuusuk Wadir
315
316=head3 Narrow
317
318  Yaasuusuk Duma
319  Yaasuusuk Wadir
320
321=head2 Date Formats
322
323=head3 Full
324
325   2008-02-05T18:30:30 = Salus, Kudo 05, 2008
326   1995-12-22T09:05:02 = Jumqata, Kaxxa Garablu 22, 1995
327  -0010-09-15T04:44:23 = Qunxa Sambat, Waysu 15, -10
328
329=head3 Long
330
331   2008-02-05T18:30:30 = 05 Kudo 2008
332   1995-12-22T09:05:02 = 22 Kaxxa Garablu 1995
333  -0010-09-15T04:44:23 = 15 Waysu -10
334
335=head3 Medium
336
337   2008-02-05T18:30:30 = 05-Nah-2008
338   1995-12-22T09:05:02 = 22-Kax-1995
339  -0010-09-15T04:44:23 = 15-Way--10
340
341=head3 Short
342
343   2008-02-05T18:30:30 = 05/02/08
344   1995-12-22T09:05:02 = 22/12/95
345  -0010-09-15T04:44:23 = 15/09/-10
346
347=head3 Default
348
349   2008-02-05T18:30:30 = 05-Nah-2008
350   1995-12-22T09:05:02 = 22-Kax-1995
351  -0010-09-15T04:44:23 = 15-Way--10
352
353=head2 Time Formats
354
355=head3 Full
356
357   2008-02-05T18:30:30 = 6:30:30 carra UTC
358   1995-12-22T09:05:02 = 9:05:02 saaku UTC
359  -0010-09-15T04:44:23 = 4:44:23 saaku UTC
360
361=head3 Long
362
363   2008-02-05T18:30:30 = 6:30:30 carra UTC
364   1995-12-22T09:05:02 = 9:05:02 saaku UTC
365  -0010-09-15T04:44:23 = 4:44:23 saaku UTC
366
367=head3 Medium
368
369   2008-02-05T18:30:30 = 6:30:30 carra
370   1995-12-22T09:05:02 = 9:05:02 saaku
371  -0010-09-15T04:44:23 = 4:44:23 saaku
372
373=head3 Short
374
375   2008-02-05T18:30:30 = 6:30 carra
376   1995-12-22T09:05:02 = 9:05 saaku
377  -0010-09-15T04:44:23 = 4:44 saaku
378
379=head3 Default
380
381   2008-02-05T18:30:30 = 6:30:30 carra
382   1995-12-22T09:05:02 = 9:05:02 saaku
383  -0010-09-15T04:44:23 = 4:44:23 saaku
384
385=head2 Datetime Formats
386
387=head3 Full
388
389   2008-02-05T18:30:30 = Salus, Kudo 05, 2008 6:30:30 carra UTC
390   1995-12-22T09:05:02 = Jumqata, Kaxxa Garablu 22, 1995 9:05:02 saaku UTC
391  -0010-09-15T04:44:23 = Qunxa Sambat, Waysu 15, -10 4:44:23 saaku UTC
392
393=head3 Long
394
395   2008-02-05T18:30:30 = 05 Kudo 2008 6:30:30 carra UTC
396   1995-12-22T09:05:02 = 22 Kaxxa Garablu 1995 9:05:02 saaku UTC
397  -0010-09-15T04:44:23 = 15 Waysu -10 4:44:23 saaku UTC
398
399=head3 Medium
400
401   2008-02-05T18:30:30 = 05-Nah-2008 6:30:30 carra
402   1995-12-22T09:05:02 = 22-Kax-1995 9:05:02 saaku
403  -0010-09-15T04:44:23 = 15-Way--10 4:44:23 saaku
404
405=head3 Short
406
407   2008-02-05T18:30:30 = 05/02/08 6:30 carra
408   1995-12-22T09:05:02 = 22/12/95 9:05 saaku
409  -0010-09-15T04:44:23 = 15/09/-10 4:44 saaku
410
411=head3 Default
412
413   2008-02-05T18:30:30 = 05-Nah-2008 6:30:30 carra
414   1995-12-22T09:05:02 = 22-Kax-1995 9:05:02 saaku
415  -0010-09-15T04:44:23 = 15-Way--10 4:44:23 saaku
416
417=head2 Available Formats
418
419=head3 d (d)
420
421   2008-02-05T18:30:30 = 5
422   1995-12-22T09:05:02 = 22
423  -0010-09-15T04:44:23 = 15
424
425=head3 EEEd (d EEE)
426
427   2008-02-05T18:30:30 = 5 Sal
428   1995-12-22T09:05:02 = 22 Jum
429  -0010-09-15T04:44:23 = 15 Qun
430
431=head3 Hm (H:mm)
432
433   2008-02-05T18:30:30 = 18:30
434   1995-12-22T09:05:02 = 9:05
435  -0010-09-15T04:44:23 = 4:44
436
437=head3 hm (h:mm a)
438
439   2008-02-05T18:30:30 = 6:30 carra
440   1995-12-22T09:05:02 = 9:05 saaku
441  -0010-09-15T04:44:23 = 4:44 saaku
442
443=head3 Hms (H:mm:ss)
444
445   2008-02-05T18:30:30 = 18:30:30
446   1995-12-22T09:05:02 = 9:05:02
447  -0010-09-15T04:44:23 = 4:44:23
448
449=head3 hms (h:mm:ss a)
450
451   2008-02-05T18:30:30 = 6:30:30 carra
452   1995-12-22T09:05:02 = 9:05:02 saaku
453  -0010-09-15T04:44:23 = 4:44:23 saaku
454
455=head3 M (L)
456
457   2008-02-05T18:30:30 = 2
458   1995-12-22T09:05:02 = 12
459  -0010-09-15T04:44:23 = 9
460
461=head3 Md (M-d)
462
463   2008-02-05T18:30:30 = 2-5
464   1995-12-22T09:05:02 = 12-22
465  -0010-09-15T04:44:23 = 9-15
466
467=head3 MEd (E, M-d)
468
469   2008-02-05T18:30:30 = Sal, 2-5
470   1995-12-22T09:05:02 = Jum, 12-22
471  -0010-09-15T04:44:23 = Qun, 9-15
472
473=head3 MMM (LLL)
474
475   2008-02-05T18:30:30 = Nah
476   1995-12-22T09:05:02 = Kax
477  -0010-09-15T04:44:23 = Way
478
479=head3 MMMd (MMM d)
480
481   2008-02-05T18:30:30 = Nah 5
482   1995-12-22T09:05:02 = Kax 22
483  -0010-09-15T04:44:23 = Way 15
484
485=head3 MMMEd (E MMM d)
486
487   2008-02-05T18:30:30 = Sal Nah 5
488   1995-12-22T09:05:02 = Jum Kax 22
489  -0010-09-15T04:44:23 = Qun Way 15
490
491=head3 MMMMd (MMMM d)
492
493   2008-02-05T18:30:30 = Kudo 5
494   1995-12-22T09:05:02 = Kaxxa Garablu 22
495  -0010-09-15T04:44:23 = Waysu 15
496
497=head3 MMMMEd (E MMMM d)
498
499   2008-02-05T18:30:30 = Sal Kudo 5
500   1995-12-22T09:05:02 = Jum Kaxxa Garablu 22
501  -0010-09-15T04:44:23 = Qun Waysu 15
502
503=head3 ms (mm:ss)
504
505   2008-02-05T18:30:30 = 30:30
506   1995-12-22T09:05:02 = 05:02
507  -0010-09-15T04:44:23 = 44:23
508
509=head3 y (y)
510
511   2008-02-05T18:30:30 = 2008
512   1995-12-22T09:05:02 = 1995
513  -0010-09-15T04:44:23 = -10
514
515=head3 yM (y-M)
516
517   2008-02-05T18:30:30 = 2008-2
518   1995-12-22T09:05:02 = 1995-12
519  -0010-09-15T04:44:23 = -10-9
520
521=head3 yMEd (EEE, y-M-d)
522
523   2008-02-05T18:30:30 = Sal, 2008-2-5
524   1995-12-22T09:05:02 = Jum, 1995-12-22
525  -0010-09-15T04:44:23 = Qun, -10-9-15
526
527=head3 yMMM (y MMM)
528
529   2008-02-05T18:30:30 = 2008 Nah
530   1995-12-22T09:05:02 = 1995 Kax
531  -0010-09-15T04:44:23 = -10 Way
532
533=head3 yMMMEd (EEE, y MMM d)
534
535   2008-02-05T18:30:30 = Sal, 2008 Nah 5
536   1995-12-22T09:05:02 = Jum, 1995 Kax 22
537  -0010-09-15T04:44:23 = Qun, -10 Way 15
538
539=head3 yMMMM (y MMMM)
540
541   2008-02-05T18:30:30 = 2008 Kudo
542   1995-12-22T09:05:02 = 1995 Kaxxa Garablu
543  -0010-09-15T04:44:23 = -10 Waysu
544
545=head3 yQ (y Q)
546
547   2008-02-05T18:30:30 = 2008 1
548   1995-12-22T09:05:02 = 1995 4
549  -0010-09-15T04:44:23 = -10 3
550
551=head3 yQQQ (y QQQ)
552
553   2008-02-05T18:30:30 = 2008 Q1
554   1995-12-22T09:05:02 = 1995 Q4
555  -0010-09-15T04:44:23 = -10 Q3
556
557=head3 yyQ (Q yy)
558
559   2008-02-05T18:30:30 = 1 08
560   1995-12-22T09:05:02 = 4 95
561  -0010-09-15T04:44:23 = 3 -10
562
563=head2 Miscellaneous
564
565=head3 Prefers 24 hour time?
566
567No
568
569=head3 Local first day of the week
570
571Qunxa Sambat
572
573
574=head1 SUPPORT
575
576See L<DateTime::Locale>.
577
578=head1 AUTHOR
579
580Dave Rolsky <autarch@urth.org>
581
582=head1 COPYRIGHT
583
584Copyright (c) 2008 David Rolsky. All rights reserved. This program is
585free software; you can redistribute it and/or modify it under the same
586terms as Perl itself.
587
588This module was generated from data provided by the CLDR project, see
589the LICENSE.cldr in this distribution for details on the CLDR data's
590license.
591
592=cut
593