1 | {
|
2 | "locale": "br",
|
3 | "domain": "br",
|
4 | "direction": "ltr",
|
5 | "countryCode": "",
|
6 | "country": "",
|
7 | "countryNative": "",
|
8 | "language": "Breton",
|
9 | "languageNative": "brezhoneg",
|
10 | "translations": {
|
11 | "months": {
|
12 | "formatted": {
|
13 | "abbreviated": [
|
14 | "Gen.",
|
15 | "Cʼhwe.",
|
16 | "Meur.",
|
17 | "Ebr.",
|
18 | "Mae",
|
19 | "Mezh.",
|
20 | "Goue.",
|
21 | "Eost",
|
22 | "Gwen.",
|
23 | "Here",
|
24 | "Du",
|
25 | "Kzu."
|
26 | ],
|
27 | "narrow": [
|
28 | "01",
|
29 | "02",
|
30 | "03",
|
31 | "04",
|
32 | "05",
|
33 | "06",
|
34 | "07",
|
35 | "08",
|
36 | "09",
|
37 | "10",
|
38 | "11",
|
39 | "12"
|
40 | ],
|
41 | "wide": [
|
42 | "Genver",
|
43 | "Cʼhwevrer",
|
44 | "Meurzh",
|
45 | "Ebrel",
|
46 | "Mae",
|
47 | "Mezheven",
|
48 | "Gouere",
|
49 | "Eost",
|
50 | "Gwengolo",
|
51 | "Here",
|
52 | "Du",
|
53 | "Kerzu"
|
54 | ]
|
55 | },
|
56 | "nominative": {
|
57 | "abbreviated": [
|
58 | "Gen.",
|
59 | "Cʼhwe.",
|
60 | "Meur.",
|
61 | "Ebr.",
|
62 | "Mae",
|
63 | "Mezh.",
|
64 | "Goue.",
|
65 | "Eost",
|
66 | "Gwen.",
|
67 | "Here",
|
68 | "Du",
|
69 | "Kzu."
|
70 | ],
|
71 | "narrow": [
|
72 | "01",
|
73 | "02",
|
74 | "03",
|
75 | "04",
|
76 | "05",
|
77 | "06",
|
78 | "07",
|
79 | "08",
|
80 | "09",
|
81 | "10",
|
82 | "11",
|
83 | "12"
|
84 | ],
|
85 | "wide": [
|
86 | "Genver",
|
87 | "Cʼhwevrer",
|
88 | "Meurzh",
|
89 | "Ebrel",
|
90 | "Mae",
|
91 | "Mezheven",
|
92 | "Gouere",
|
93 | "Eost",
|
94 | "Gwengolo",
|
95 | "Here",
|
96 | "Du",
|
97 | "Kerzu"
|
98 | ]
|
99 | }
|
100 | },
|
101 | "days": {
|
102 | "formatted": {
|
103 | "abbreviated": ["Sul", "Lun", "Meu.", "Mer.", "Yaou", "Gwe.", "Sad."],
|
104 | "narrow": ["Su", "L", "Mz", "Mc", "Y", "G", "Sa"],
|
105 | "short": ["Sul", "Lun", "Meu.", "Mer.", "Yaou", "Gwe.", "Sad."],
|
106 | "wide": ["Sul", "Lun", "Meurzh", "Mercʼher", "Yaou", "Gwener", "Sadorn"]
|
107 | },
|
108 | "nominative": {
|
109 | "abbreviated": ["Sul", "Lun", "Meu.", "Mer.", "Yaou", "Gwe.", "Sad."],
|
110 | "narrow": ["Su", "L", "Mz", "Mc", "Y", "G", "Sa"],
|
111 | "short": ["Sul", "Lun", "Meu.", "Mer.", "Yaou", "Gwe.", "Sad."],
|
112 | "wide": ["Sul", "Lun", "Meurzh", "Mercʼher", "Yaou", "Gwener", "Sadorn"]
|
113 | }
|
114 | },
|
115 | "time": { "AM": "A.M.", "PM": "G.M." }
|
116 | },
|
117 | "formats": {
|
118 | "date": {
|
119 | "full": "EEEE d MMMM y",
|
120 | "long": "d MMMM y",
|
121 | "medium": "d MMM y",
|
122 | "short": "dd/MM/y"
|
123 | },
|
124 | "time": {
|
125 | "full": "HH:mm:ss zzzz",
|
126 | "long": "HH:mm:ss z",
|
127 | "medium": "HH:mm:ss",
|
128 | "short": "HH:mm"
|
129 | },
|
130 | "dateTime": {
|
131 | "full": "{1}, {0}",
|
132 | "long": "{1}, {0}",
|
133 | "medium": "{1}, {0}",
|
134 | "short": "{1} {0}"
|
135 | },
|
136 | "numbers": { "decimals": ",", "grouping": " ", "minus": "-" }
|
137 | }
|
138 | }
|