File Coverage

blib/lib/Locale/CLDR/Locales/Mn/Mong.pm
Criterion Covered Total %
statement 32 32 100.0
branch n/a
condition n/a
subroutine 11 11 100.0
pod n/a
total 43 43 100.0


line stmt bran cond sub pod time code
1             =encoding utf8
2              
3             =head1 NAME
4              
5             Locale::CLDR::Locales::Mn::Mong - Package for language Mongolian
6              
7             =cut
8              
9             package Locale::CLDR::Locales::Mn::Mong;
10             # This file auto generated from Data\common\main\mn_Mong.xml
11             # on Fri 17 Jan 12:03:31 pm GMT
12              
13 1     1   737 use strict;
  1         3  
  1         40  
14 1     1   4 use warnings;
  1         2  
  1         45  
15 1     1   5 use version;
  1         2  
  1         21  
16              
17             our $VERSION = version->declare('v0.46.0');
18              
19 1     1   122 use v5.12.0;
  1         4  
20 1     1   22 use mro 'c3';
  1         3  
  1         6  
21 1     1   35 use utf8;
  1         2  
  1         6  
22 1     1   58 use feature 'unicode_strings';
  1         3  
  1         160  
23 1     1   8 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  1         2  
  1         8  
24 1     1   2991 use Moo;
  1         3  
  1         7  
25              
26             extends('Locale::CLDR::Locales::Root');
27             has 'display_name_measurement_system' => (
28             is => 'ro',
29             isa => HashRef[Str],
30             init_arg => undef,
31             default => sub {
32             {
33             'metric' => q{СИ систем},
34             'UK' => q{Их Британи},
35             'US' => q{АНУ},
36              
37             }
38             },
39             );
40              
41             has 'text_orientation' => (
42             is => 'ro',
43             isa => HashRef[Str],
44             init_arg => undef,
45             default => sub { return {
46             lines => 'left-to-right',
47             characters => 'top-to-bottom',
48             }}
49             );
50              
51             has 'characters' => (
52             is => 'ro',
53             isa => HashRef,
54             init_arg => undef,
55             default => $^V ge v5.18.0
56             ? eval <<'EOT'
57             sub {
58             no warnings 'experimental::regex_sets';
59             return {
60             index => ['ᠠ', 'ᠡ', 'ᠢ', 'ᠣ', 'ᠤ', 'ᠥ', 'ᠦ', 'ᠧ', 'ᠨ', 'ᠩ', 'ᠪ', 'ᠫ', 'ᠬ', 'ᠭ', 'ᠮ', 'ᠯ', 'ᠰ', 'ᠱ', 'ᠲ', 'ᠳ', 'ᠴ', 'ᠵ', 'ᠶ', 'ᠷ', 'ᠸ', 'ᠹ', 'ᠺ', 'ᠻ', 'ᠼ', 'ᠽ', 'ᠾ', 'ᠿ', 'ᡀ', 'ᡁ', 'ᡂ'],
61             main => qr{[᠐ ᠑ ᠒ ᠓ ᠔ ᠕ ᠖ ᠗ ᠘ ᠙ ᠠ ᠡ ᠢ ᠣ ᠤ ᠥ ᠦ ᠧ ᠨ ᠩ ᠪ ᠫ ᠬ ᠭ ᠮ ᠯ ᠰ ᠱ ᠲ ᠳ ᠴ ᠵ ᠶ ᠷ ᠸ ᠹ ᠺ ᠻ ᠼ ᠽ ᠾ ᠿ ᡀ ᡁ ᡂ]},
62             };
63             },
64             EOT
65             : sub {
66             return { index => ['ᠠ', 'ᠡ', 'ᠢ', 'ᠣ', 'ᠤ', 'ᠥ', 'ᠦ', 'ᠧ', 'ᠨ', 'ᠩ', 'ᠪ', 'ᠫ', 'ᠬ', 'ᠭ', 'ᠮ', 'ᠯ', 'ᠰ', 'ᠱ', 'ᠲ', 'ᠳ', 'ᠴ', 'ᠵ', 'ᠶ', 'ᠷ', 'ᠸ', 'ᠹ', 'ᠺ', 'ᠻ', 'ᠼ', 'ᠽ', 'ᠾ', 'ᠿ', 'ᡀ', 'ᡁ', 'ᡂ'], };
67             },
68 1     1   129 );
  1         2  
  1         147  
69              
70              
71             has 'yesstr' => (
72             is => 'ro',
73             isa => RegexpRef,
74             init_arg => undef,
75             default => sub { qr'^(?i:тийм|т|yes|y)$' }
76             );
77              
78             has 'nostr' => (
79             is => 'ro',
80             isa => RegexpRef,
81             init_arg => undef,
82             default => sub { qr'^(?i:үгүй|ү|no|n)$' }
83             );
84              
85             has native_numbering_system => (
86             is => 'ro',
87             isa => Str,
88             init_arg => undef,
89             default => 'mong',
90             );
91              
92             has 'currencies' => (
93             is => 'ro',
94             isa => HashRef,
95             init_arg => undef,
96             default => sub { {
97             'BRL' => {
98             display_name => {
99             'currency' => q(бразил реал),
100             },
101             },
102             'CNY' => {
103             display_name => {
104             'currency' => q(юань),
105             },
106             },
107             'EUR' => {
108             display_name => {
109             'currency' => q(евро),
110             },
111             },
112             'GBP' => {
113             display_name => {
114             'currency' => q(фунт стерлинг),
115             },
116             },
117             'INR' => {
118             display_name => {
119             'currency' => q(рупи),
120             },
121             },
122             'JPY' => {
123             display_name => {
124             'currency' => q(иен),
125             },
126             },
127             'MNT' => {
128             display_name => {
129             'currency' => q(төгрөг),
130             },
131             },
132             'RUB' => {
133             display_name => {
134             'currency' => q(рубль),
135             },
136             },
137             'USD' => {
138             symbol => '$',
139             display_name => {
140             'currency' => q(ам. доллар),
141             },
142             },
143             } },
144             );
145              
146              
147 1     1   1411 no Moo;
  1         2  
  1         6  
148              
149             1;
150              
151             # vim: tabstop=4