File Coverage

blib/lib/Locale/CLDR/Locales/Ckb/Arab/Ir.pm
Criterion Covered Total %
statement 29 29 100.0
branch n/a
condition n/a
subroutine 10 10 100.0
pod n/a
total 39 39 100.0


line stmt bran cond sub pod time code
1             =encoding utf8
2              
3             =head1 NAME
4              
5             Locale::CLDR::Locales::Ckb::Arab::Ir - Package for language Central Kurdish
6              
7             =cut
8              
9             package Locale::CLDR::Locales::Ckb::Arab::Ir;
10             # This file auto generated from Data\common\main\ckb_IR.xml
11             # on Fri 17 Jan 12:03:31 pm GMT
12              
13 1     1   1083 use strict;
  1         2  
  1         29  
14 1     1   3 use warnings;
  1         2  
  1         33  
15 1     1   4 use version;
  1         1  
  1         5  
16              
17             our $VERSION = version->declare('v0.46.0');
18              
19 1     1   83 use v5.12.0;
  1         3  
20 1     1   4 use mro 'c3';
  1         1  
  1         5  
21 1     1   21 use utf8;
  1         1  
  1         7  
22 1     1   26 use feature 'unicode_strings';
  1         2  
  1         85  
23 1     1   3 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  1         2  
  1         8  
24 1     1   1732 use Moo;
  1         2  
  1         5  
25              
26             extends('Locale::CLDR::Locales::Ckb::Arab');
27             has 'calendar_months' => (
28             is => 'ro',
29             isa => HashRef,
30             init_arg => undef,
31             default => sub { {
32             'persian' => {
33             'format' => {
34             wide => {
35             nonleap => [
36             'خاکەلێوە',
37             'گوڵان',
38             'جۆزەردان',
39             'پووشپەڕ',
40             'گەلاوێژ',
41             'خەرمانان',
42             'ڕەزبەر',
43             'گەڵاڕێزان',
44             'سەرماوەز',
45             'بەفرانبار',
46             'ڕێبەندان',
47             'ڕەشەمە'
48             ],
49             leap => [
50            
51             ],
52             },
53             },
54             },
55             } },
56             );
57              
58             has 'eras' => (
59             is => 'ro',
60             isa => HashRef,
61             init_arg => undef,
62             default => sub { {
63             'gregorian' => {
64             },
65             'persian' => {
66             },
67             } },
68             );
69              
70             has 'date_formats' => (
71             is => 'ro',
72             isa => HashRef,
73             init_arg => undef,
74             default => sub { {
75             'gregorian' => {
76             },
77             'persian' => {
78             },
79             } },
80             );
81              
82             has 'time_formats' => (
83             is => 'ro',
84             isa => HashRef,
85             init_arg => undef,
86             default => sub { {
87             'gregorian' => {
88             'full' => q{HH:mm:ss zzzz},
89             'long' => q{HH:mm:ss z},
90             'medium' => q{HH:mm:ss},
91             'short' => q{HH:mm},
92             },
93             'persian' => {
94             'full' => q{HH:mm:ss zzzz},
95             'long' => q{HH:mm:ss z},
96             'medium' => q{HH:mm:ss},
97             'short' => q{HH:mm},
98             },
99             } },
100             );
101              
102             has 'datetime_formats' => (
103             is => 'ro',
104             isa => HashRef,
105             init_arg => undef,
106             default => sub { {
107             'gregorian' => {
108             },
109             'persian' => {
110             },
111             } },
112             );
113              
114             has 'datetime_formats_available_formats' => (
115             is => 'ro',
116             isa => HashRef,
117             init_arg => undef,
118             default => sub { {
119             } },
120             );
121              
122             has 'datetime_formats_append_item' => (
123             is => 'ro',
124             isa => HashRef,
125             init_arg => undef,
126             default => sub { {
127             } },
128             );
129              
130             has 'datetime_formats_interval' => (
131             is => 'ro',
132             isa => HashRef,
133             init_arg => undef,
134             default => sub { {
135             } },
136             );
137              
138 1     1   665 no Moo;
  1         1  
  1         4  
139              
140             1;
141              
142             # vim: tabstop=4