forked from betsol/time-delta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathha_ne.js
95 lines (95 loc) · 1.76 KB
/
ha_ne.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
module.exports = {
"id": "ha_ne",
"data": {
"long": {
"years": {
"one": "shekara {0}",
"other": "shekaru {0}"
},
"months": {
"one": "wata {0}",
"other": "watanni {0}"
},
"weeks": {
"one": "mako {0}",
"other": "makonni {0}"
},
"days": {
"one": "rana {0}",
"other": "ranaku {0}"
},
"hours": {
"one": "sa'a {0}",
"other": "sa'o'i {0}"
},
"minutes": {
"one": "minti {0}",
"other": "mintoci {0}"
},
"seconds": {
"one": "daƙiƙa {0}",
"other": "daƙiƙoƙi {0}"
}
},
"narrow": {
"years": {
"one": "shkr {0}",
"other": "s{0}"
},
"months": {
"one": "w{0}",
"other": "w{0}"
},
"weeks": {
"one": "m{0}",
"other": "m{0}"
},
"days": {
"one": "r{0}",
"other": "r{0}"
},
"hours": {
"one": "s{0}",
"other": "s{0}"
},
"minutes": {
"one": "mtn",
"other": "minti {0}"
},
"seconds": {
"one": "d {0}",
"other": "d {0}"
}
},
"short": {
"years": {
"one": "shkr {0}",
"other": "shkru {0}"
},
"months": {
"one": "wat {0}",
"other": "wtnn {0}"
},
"weeks": {
"one": "mk {0}",
"other": "mkn {0}"
},
"days": {
"one": "rana {0}",
"other": "ranaku {0}"
},
"hours": {
"one": "s {0}",
"other": "s {0}"
},
"minutes": {
"one": "mnt {0}",
"other": "mnt {0}"
},
"seconds": {
"one": "d {0}",
"other": "d {0}"
}
}
}
};