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