1 | {
|
2 | "locale": "luo",
|
3 | "domain": "luo",
|
4 | "direction": "ltr",
|
5 | "countryCode": "",
|
6 | "country": "",
|
7 | "countryNative": "",
|
8 | "language": "Luo",
|
9 | "languageNative": "Dholuo",
|
10 | "translations": {
|
11 | "months": {
|
12 | "formatted": {
|
13 | "abbreviated": [
|
14 | "DAC",
|
15 | "DAR",
|
16 | "DAD",
|
17 | "DAN",
|
18 | "DAH",
|
19 | "DAU",
|
20 | "DAO",
|
21 | "DAB",
|
22 | "DOC",
|
23 | "DAP",
|
24 | "DGI",
|
25 | "DAG"
|
26 | ],
|
27 | "narrow": ["C", "R", "D", "N", "B", "U", "B", "B", "C", "P", "C", "P"],
|
28 | "wide": [
|
29 | "Dwe mar Achiel",
|
30 | "Dwe mar Ariyo",
|
31 | "Dwe mar Adek",
|
32 | "Dwe mar Ang’wen",
|
33 | "Dwe mar Abich",
|
34 | "Dwe mar Auchiel",
|
35 | "Dwe mar Abiriyo",
|
36 | "Dwe mar Aboro",
|
37 | "Dwe mar Ochiko",
|
38 | "Dwe mar Apar",
|
39 | "Dwe mar gi achiel",
|
40 | "Dwe mar Apar gi ariyo"
|
41 | ]
|
42 | },
|
43 | "nominative": {
|
44 | "abbreviated": [
|
45 | "DAC",
|
46 | "DAR",
|
47 | "DAD",
|
48 | "DAN",
|
49 | "DAH",
|
50 | "DAU",
|
51 | "DAO",
|
52 | "DAB",
|
53 | "DOC",
|
54 | "DAP",
|
55 | "DGI",
|
56 | "DAG"
|
57 | ],
|
58 | "narrow": ["C", "R", "D", "N", "B", "U", "B", "B", "C", "P", "C", "P"],
|
59 | "wide": [
|
60 | "Dwe mar Achiel",
|
61 | "Dwe mar Ariyo",
|
62 | "Dwe mar Adek",
|
63 | "Dwe mar Ang’wen",
|
64 | "Dwe mar Abich",
|
65 | "Dwe mar Auchiel",
|
66 | "Dwe mar Abiriyo",
|
67 | "Dwe mar Aboro",
|
68 | "Dwe mar Ochiko",
|
69 | "Dwe mar Apar",
|
70 | "Dwe mar gi achiel",
|
71 | "Dwe mar Apar gi ariyo"
|
72 | ]
|
73 | }
|
74 | },
|
75 | "days": {
|
76 | "formatted": {
|
77 | "abbreviated": ["JMP", "WUT", "TAR", "TAD", "TAN", "TAB", "NGS"],
|
78 | "narrow": ["J", "W", "T", "T", "T", "T", "N"],
|
79 | "short": ["JMP", "WUT", "TAR", "TAD", "TAN", "TAB", "NGS"],
|
80 | "wide": [
|
81 | "Jumapil",
|
82 | "Wuok Tich",
|
83 | "Tich Ariyo",
|
84 | "Tich Adek",
|
85 | "Tich Ang’wen",
|
86 | "Tich Abich",
|
87 | "Ngeso"
|
88 | ]
|
89 | },
|
90 | "nominative": {
|
91 | "abbreviated": ["JMP", "WUT", "TAR", "TAD", "TAN", "TAB", "NGS"],
|
92 | "narrow": ["J", "W", "T", "T", "T", "T", "N"],
|
93 | "short": ["JMP", "WUT", "TAR", "TAD", "TAN", "TAB", "NGS"],
|
94 | "wide": [
|
95 | "Jumapil",
|
96 | "Wuok Tich",
|
97 | "Tich Ariyo",
|
98 | "Tich Adek",
|
99 | "Tich Ang’wen",
|
100 | "Tich Abich",
|
101 | "Ngeso"
|
102 | ]
|
103 | }
|
104 | },
|
105 | "time": { "AM": "OD", "PM": "OT" }
|
106 | },
|
107 | "formats": {
|
108 | "date": {
|
109 | "full": "EEEE, d MMMM y",
|
110 | "long": "d MMMM y",
|
111 | "medium": "d MMM y",
|
112 | "short": "dd/MM/y"
|
113 | },
|
114 | "time": {
|
115 | "full": "HH:mm:ss zzzz",
|
116 | "long": "HH:mm:ss z",
|
117 | "medium": "HH:mm:ss",
|
118 | "short": "HH:mm"
|
119 | },
|
120 | "dateTime": {
|
121 | "full": "{1} {0}",
|
122 | "long": "{1} {0}",
|
123 | "medium": "{1} {0}",
|
124 | "short": "{1} {0}"
|
125 | },
|
126 | "numbers": { "decimals": ".", "grouping": ",", "minus": "-" }
|
127 | }
|
128 | }
|