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