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 eu.xml
12# The source file version number was 1.78, generated on
13# 2009/06/15 03:46:25.
14#
15# Do not edit this file directly.
16#
17###########################################################################
18
19package DateTime::Locale::eu;
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 = [ "AM", "PM" ];
31    sub am_pm_abbreviated { return $am_pm_abbreviated }
32}
33{
34    my $date_format_full = "EEEE\,\ y\'eko\'\ MMMM\'ren\'\ dd\'a\'";
35    sub date_format_full { return $date_format_full }
36}
37
38{
39    my $date_format_long = "y\'eko\'\ MMM\'ren\'\ dd\'a\'";
40    sub date_format_long { return $date_format_long }
41}
42
43{
44    my $date_format_medium = "y\ MMM\ d";
45    sub date_format_medium { return $date_format_medium }
46}
47
48{
49    my $date_format_short = "yyyy\-MM\-dd";
50    sub date_format_short { return $date_format_short }
51}
52
53{
54    my $day_format_abbreviated = [ "al", "as", "az", "og", "or", "lr", "ig" ];
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 = [ "astelehena", "asteartea", "asteazkena", "osteguna", "ostirala", "larunbata", "igandea" ];
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 = [ "BCE", "CE" ];
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 = [ "urt", "ots", "mar", "api", "mai", "eka", "uzt", "abu", "ira", "urr", "aza", "abe" ];
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 = [ "urtarrila", "otsaila", "martxoa", "apirila", "maiatza", "ekaina", "uztaila", "abuztua", "iraila", "urria", "azaroa", "abendua" ];
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 = [ "U", "O", "M", "A", "M", "E", "U", "A", "I", "U", "A", "A" ];
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 = [ "1Hh", "2Hh", "3Hh", "4Hh" ];
109    sub quarter_format_abbreviated { return $quarter_format_abbreviated }
110}
111{
112    my $quarter_format_wide = [ "1\.\ hiruhilekoa", "2\.\ hiruhilekoa", "3\.\ hiruhilekoa", "4\.\ hiruhilekoa" ];
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 = "HH\:mm\: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_d = "d";
143    sub _format_for_d { return $_format_for_d }
144}
145
146{
147    my $_format_for_yyQ = "Q\ yy";
148    sub _format_for_yyQ { return $_format_for_yyQ }
149}
150
151{
152    my $_available_formats =
153        {
154          "d" => "d",
155          "yyQ" => "Q\ yy"
156        };
157    sub _available_formats { return $_available_formats }
158}
159
1601;
161
162__END__
163
164
165=pod
166
167=encoding utf8
168
169=head1 NAME
170
171DateTime::Locale::eu
172
173=head1 SYNOPSIS
174
175  use DateTime;
176
177  my $dt = DateTime->now( locale => 'eu' );
178  print $dt->month_name();
179
180=head1 DESCRIPTION
181
182This is the DateTime locale package for Basque.
183
184=head1 DATA
185
186This locale inherits from the L<DateTime::Locale::root> locale.
187
188It contains the following data.
189
190=head2 Days
191
192=head3 Wide (format)
193
194  astelehena
195  asteartea
196  asteazkena
197  osteguna
198  ostirala
199  larunbata
200  igandea
201
202=head3 Abbreviated (format)
203
204  al
205  as
206  az
207  og
208  or
209  lr
210  ig
211
212=head3 Narrow (format)
213
214  2
215  3
216  4
217  5
218  6
219  7
220  1
221
222=head3 Wide (stand-alone)
223
224  astelehena
225  asteartea
226  asteazkena
227  osteguna
228  ostirala
229  larunbata
230  igandea
231
232=head3 Abbreviated (stand-alone)
233
234  al
235  as
236  az
237  og
238  or
239  lr
240  ig
241
242=head3 Narrow (stand-alone)
243
244  2
245  3
246  4
247  5
248  6
249  7
250  1
251
252=head2 Months
253
254=head3 Wide (format)
255
256  urtarrila
257  otsaila
258  martxoa
259  apirila
260  maiatza
261  ekaina
262  uztaila
263  abuztua
264  iraila
265  urria
266  azaroa
267  abendua
268
269=head3 Abbreviated (format)
270
271  urt
272  ots
273  mar
274  api
275  mai
276  eka
277  uzt
278  abu
279  ira
280  urr
281  aza
282  abe
283
284=head3 Narrow (format)
285
286  U
287  O
288  M
289  A
290  M
291  E
292  U
293  A
294  I
295  U
296  A
297  A
298
299=head3 Wide (stand-alone)
300
301  urtarrila
302  otsaila
303  martxoa
304  apirila
305  maiatza
306  ekaina
307  uztaila
308  abuztua
309  iraila
310  urria
311  azaroa
312  abendua
313
314=head3 Abbreviated (stand-alone)
315
316  urt
317  ots
318  mar
319  api
320  mai
321  eka
322  uzt
323  abu
324  ira
325  urr
326  aza
327  abe
328
329=head3 Narrow (stand-alone)
330
331  U
332  O
333  M
334  A
335  M
336  E
337  U
338  A
339  I
340  U
341  A
342  A
343
344=head2 Quarters
345
346=head3 Wide (format)
347
348  1. hiruhilekoa
349  2. hiruhilekoa
350  3. hiruhilekoa
351  4. hiruhilekoa
352
353=head3 Abbreviated (format)
354
355  1Hh
356  2Hh
357  3Hh
358  4Hh
359
360=head3 Narrow (format)
361
362  1
363  2
364  3
365  4
366
367=head3 Wide (stand-alone)
368
369  1. hiruhilekoa
370  2. hiruhilekoa
371  3. hiruhilekoa
372  4. hiruhilekoa
373
374=head3 Abbreviated (stand-alone)
375
376  1Hh
377  2Hh
378  3Hh
379  4Hh
380
381=head3 Narrow (stand-alone)
382
383  1
384  2
385  3
386  4
387
388=head2 Eras
389
390=head3 Wide
391
392  BCE
393  CE
394
395=head3 Abbreviated
396
397  BCE
398  CE
399
400=head3 Narrow
401
402  BCE
403  CE
404
405=head2 Date Formats
406
407=head3 Full
408
409   2008-02-05T18:30:30 = asteartea, 2008eko otsailaren 05a
410   1995-12-22T09:05:02 = ostirala, 1995eko abenduaren 22a
411  -0010-09-15T04:44:23 = larunbata, -10eko irailaren 15a
412
413=head3 Long
414
415   2008-02-05T18:30:30 = 2008eko otsren 05a
416   1995-12-22T09:05:02 = 1995eko aberen 22a
417  -0010-09-15T04:44:23 = -10eko iraren 15a
418
419=head3 Medium
420
421   2008-02-05T18:30:30 = 2008 ots 5
422   1995-12-22T09:05:02 = 1995 abe 22
423  -0010-09-15T04:44:23 = -10 ira 15
424
425=head3 Short
426
427   2008-02-05T18:30:30 = 2008-02-05
428   1995-12-22T09:05:02 = 1995-12-22
429  -0010-09-15T04:44:23 = -010-09-15
430
431=head3 Default
432
433   2008-02-05T18:30:30 = 2008 ots 5
434   1995-12-22T09:05:02 = 1995 abe 22
435  -0010-09-15T04:44:23 = -10 ira 15
436
437=head2 Time Formats
438
439=head3 Full
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 Long
446
447   2008-02-05T18:30:30 = 18:30:30 UTC
448   1995-12-22T09:05:02 = 09:05:02 UTC
449  -0010-09-15T04:44:23 = 04:44:23 UTC
450
451=head3 Medium
452
453   2008-02-05T18:30:30 = 18:30:30
454   1995-12-22T09:05:02 = 09:05:02
455  -0010-09-15T04:44:23 = 04:44:23
456
457=head3 Short
458
459   2008-02-05T18:30:30 = 18:30
460   1995-12-22T09:05:02 = 09:05
461  -0010-09-15T04:44:23 = 04:44
462
463=head3 Default
464
465   2008-02-05T18:30:30 = 18:30:30
466   1995-12-22T09:05:02 = 09:05:02
467  -0010-09-15T04:44:23 = 04:44:23
468
469=head2 Datetime Formats
470
471=head3 Full
472
473   2008-02-05T18:30:30 = asteartea, 2008eko otsailaren 05a 18:30:30 UTC
474   1995-12-22T09:05:02 = ostirala, 1995eko abenduaren 22a 09:05:02 UTC
475  -0010-09-15T04:44:23 = larunbata, -10eko irailaren 15a 04:44:23 UTC
476
477=head3 Long
478
479   2008-02-05T18:30:30 = 2008eko otsren 05a 18:30:30 UTC
480   1995-12-22T09:05:02 = 1995eko aberen 22a 09:05:02 UTC
481  -0010-09-15T04:44:23 = -10eko iraren 15a 04:44:23 UTC
482
483=head3 Medium
484
485   2008-02-05T18:30:30 = 2008 ots 5 18:30:30
486   1995-12-22T09:05:02 = 1995 abe 22 09:05:02
487  -0010-09-15T04:44:23 = -10 ira 15 04:44:23
488
489=head3 Short
490
491   2008-02-05T18:30:30 = 2008-02-05 18:30
492   1995-12-22T09:05:02 = 1995-12-22 09:05
493  -0010-09-15T04:44:23 = -010-09-15 04:44
494
495=head3 Default
496
497   2008-02-05T18:30:30 = 2008 ots 5 18:30:30
498   1995-12-22T09:05:02 = 1995 abe 22 09:05:02
499  -0010-09-15T04:44:23 = -10 ira 15 04:44:23
500
501=head2 Available Formats
502
503=head3 d (d)
504
505   2008-02-05T18:30:30 = 5
506   1995-12-22T09:05:02 = 22
507  -0010-09-15T04:44:23 = 15
508
509=head3 EEEd (d EEE)
510
511   2008-02-05T18:30:30 = 5 as
512   1995-12-22T09:05:02 = 22 or
513  -0010-09-15T04:44:23 = 15 lr
514
515=head3 Hm (H:mm)
516
517   2008-02-05T18:30:30 = 18:30
518   1995-12-22T09:05:02 = 9:05
519  -0010-09-15T04:44:23 = 4:44
520
521=head3 hm (h:mm a)
522
523   2008-02-05T18:30:30 = 6:30 PM
524   1995-12-22T09:05:02 = 9:05 AM
525  -0010-09-15T04:44:23 = 4:44 AM
526
527=head3 Hms (H:mm:ss)
528
529   2008-02-05T18:30:30 = 18:30:30
530   1995-12-22T09:05:02 = 9:05:02
531  -0010-09-15T04:44:23 = 4:44:23
532
533=head3 hms (h:mm:ss a)
534
535   2008-02-05T18:30:30 = 6:30:30 PM
536   1995-12-22T09:05:02 = 9:05:02 AM
537  -0010-09-15T04:44:23 = 4:44:23 AM
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 Md (M-d)
546
547   2008-02-05T18:30:30 = 2-5
548   1995-12-22T09:05:02 = 12-22
549  -0010-09-15T04:44:23 = 9-15
550
551=head3 MEd (E, M-d)
552
553   2008-02-05T18:30:30 = as, 2-5
554   1995-12-22T09:05:02 = or, 12-22
555  -0010-09-15T04:44:23 = lr, 9-15
556
557=head3 MMM (LLL)
558
559   2008-02-05T18:30:30 = ots
560   1995-12-22T09:05:02 = abe
561  -0010-09-15T04:44:23 = ira
562
563=head3 MMMd (MMM d)
564
565   2008-02-05T18:30:30 = ots 5
566   1995-12-22T09:05:02 = abe 22
567  -0010-09-15T04:44:23 = ira 15
568
569=head3 MMMEd (E MMM d)
570
571   2008-02-05T18:30:30 = as ots 5
572   1995-12-22T09:05:02 = or abe 22
573  -0010-09-15T04:44:23 = lr ira 15
574
575=head3 MMMMd (MMMM d)
576
577   2008-02-05T18:30:30 = otsaila 5
578   1995-12-22T09:05:02 = abendua 22
579  -0010-09-15T04:44:23 = iraila 15
580
581=head3 MMMMEd (E MMMM d)
582
583   2008-02-05T18:30:30 = as otsaila 5
584   1995-12-22T09:05:02 = or abendua 22
585  -0010-09-15T04:44:23 = lr iraila 15
586
587=head3 ms (mm:ss)
588
589   2008-02-05T18:30:30 = 30:30
590   1995-12-22T09:05:02 = 05:02
591  -0010-09-15T04:44:23 = 44:23
592
593=head3 y (y)
594
595   2008-02-05T18:30:30 = 2008
596   1995-12-22T09:05:02 = 1995
597  -0010-09-15T04:44:23 = -10
598
599=head3 yM (y-M)
600
601   2008-02-05T18:30:30 = 2008-2
602   1995-12-22T09:05:02 = 1995-12
603  -0010-09-15T04:44:23 = -10-9
604
605=head3 yMEd (EEE, y-M-d)
606
607   2008-02-05T18:30:30 = as, 2008-2-5
608   1995-12-22T09:05:02 = or, 1995-12-22
609  -0010-09-15T04:44:23 = lr, -10-9-15
610
611=head3 yMMM (y MMM)
612
613   2008-02-05T18:30:30 = 2008 ots
614   1995-12-22T09:05:02 = 1995 abe
615  -0010-09-15T04:44:23 = -10 ira
616
617=head3 yMMMEd (EEE, y MMM d)
618
619   2008-02-05T18:30:30 = as, 2008 ots 5
620   1995-12-22T09:05:02 = or, 1995 abe 22
621  -0010-09-15T04:44:23 = lr, -10 ira 15
622
623=head3 yMMMM (y MMMM)
624
625   2008-02-05T18:30:30 = 2008 otsaila
626   1995-12-22T09:05:02 = 1995 abendua
627  -0010-09-15T04:44:23 = -10 iraila
628
629=head3 yQ (y Q)
630
631   2008-02-05T18:30:30 = 2008 1
632   1995-12-22T09:05:02 = 1995 4
633  -0010-09-15T04:44:23 = -10 3
634
635=head3 yQQQ (y QQQ)
636
637   2008-02-05T18:30:30 = 2008 1Hh
638   1995-12-22T09:05:02 = 1995 4Hh
639  -0010-09-15T04:44:23 = -10 3Hh
640
641=head3 yyQ (Q yy)
642
643   2008-02-05T18:30:30 = 1 08
644   1995-12-22T09:05:02 = 4 95
645  -0010-09-15T04:44:23 = 3 -10
646
647=head2 Miscellaneous
648
649=head3 Prefers 24 hour time?
650
651Yes
652
653=head3 Local first day of the week
654
655astelehena
656
657
658=head1 SUPPORT
659
660See L<DateTime::Locale>.
661
662=head1 AUTHOR
663
664Dave Rolsky <autarch@urth.org>
665
666=head1 COPYRIGHT
667
668Copyright (c) 2008 David Rolsky. All rights reserved. This program is
669free software; you can redistribute it and/or modify it under the same
670terms as Perl itself.
671
672This module was generated from data provided by the CLDR project, see
673the LICENSE.cldr in this distribution for details on the CLDR data's
674license.
675
676=cut
677