javascript-time-ago 2.6.1 → 2.6.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (235) hide show
  1. package/README.md +2 -2
  2. package/bundle/javascript-time-ago.js +1 -1
  3. package/bundle/javascript-time-ago.js.map +1 -1
  4. package/bundle/javascript-time-ago.min.js +1 -1
  5. package/bundle/javascript-time-ago.min.js.map +1 -1
  6. package/commonjs/FullDateFormatter.test.js +11 -9
  7. package/commonjs/FullDateFormatter.test.js.map +1 -1
  8. package/commonjs/TimeAgo.js +8 -5
  9. package/commonjs/TimeAgo.js.map +1 -1
  10. package/commonjs/TimeAgo.test.js +237 -236
  11. package/commonjs/TimeAgo.test.js.map +1 -1
  12. package/commonjs/cache.test.js +8 -6
  13. package/commonjs/cache.test.js.map +1 -1
  14. package/commonjs/isStyleObject.test.js +21 -19
  15. package/commonjs/isStyleObject.test.js.map +1 -1
  16. package/commonjs/locale.test.js +16 -14
  17. package/commonjs/locale.test.js.map +1 -1
  18. package/commonjs/steps/approximate.test.js +26 -24
  19. package/commonjs/steps/approximate.test.js.map +1 -1
  20. package/commonjs/steps/getStep.test.js +20 -18
  21. package/commonjs/steps/getStep.test.js.map +1 -1
  22. package/commonjs/steps/getStepDenominator.test.js +9 -7
  23. package/commonjs/steps/getStepDenominator.test.js.map +1 -1
  24. package/commonjs/steps/getStepMinTime.test.js +9 -7
  25. package/commonjs/steps/getStepMinTime.test.js.map +1 -1
  26. package/commonjs/steps/getTimeToNextUpdate.test.js +56 -54
  27. package/commonjs/steps/getTimeToNextUpdate.test.js.map +1 -1
  28. package/commonjs/steps/getTimeToNextUpdateForUnit.test.js +20 -18
  29. package/commonjs/steps/getTimeToNextUpdateForUnit.test.js.map +1 -1
  30. package/commonjs/steps/helpers.test.js +6 -4
  31. package/commonjs/steps/helpers.test.js.map +1 -1
  32. package/commonjs/steps/renameLegacyProperties.test.js +12 -10
  33. package/commonjs/steps/renameLegacyProperties.test.js.map +1 -1
  34. package/commonjs/steps/round.test.js +27 -25
  35. package/commonjs/steps/round.test.js.map +1 -1
  36. package/commonjs/style/approximateTime.test.js +6 -5
  37. package/commonjs/style/approximateTime.test.js.map +1 -1
  38. package/commonjs/style/mini.test.js +62 -60
  39. package/commonjs/style/mini.test.js.map +1 -1
  40. package/commonjs/style/miniMinute.test.js +27 -25
  41. package/commonjs/style/miniMinute.test.js.map +1 -1
  42. package/commonjs/style/miniMinuteNow.test.js +27 -25
  43. package/commonjs/style/miniMinuteNow.test.js.map +1 -1
  44. package/commonjs/style/miniNow.test.js +27 -25
  45. package/commonjs/style/miniNow.test.js.map +1 -1
  46. package/commonjs/style/renameLegacyProperties.test.js +9 -7
  47. package/commonjs/style/renameLegacyProperties.test.js.map +1 -1
  48. package/commonjs/style/round.test.js +81 -79
  49. package/commonjs/style/round.test.js.map +1 -1
  50. package/commonjs/style/roundMinute.test.js +50 -48
  51. package/commonjs/style/roundMinute.test.js.map +1 -1
  52. package/commonjs/style/twitter.test.js +86 -84
  53. package/commonjs/style/twitter.test.js.map +1 -1
  54. package/commonjs/style/twitterFirstMinute.test.js +33 -31
  55. package/commonjs/style/twitterFirstMinute.test.js.map +1 -1
  56. package/commonjs/style/twitterMinute.test.js +32 -30
  57. package/commonjs/style/twitterMinute.test.js.map +1 -1
  58. package/commonjs/style/twitterMinuteNow.test.js +32 -30
  59. package/commonjs/style/twitterMinuteNow.test.js.map +1 -1
  60. package/commonjs/style/twitterNow.test.js +34 -32
  61. package/commonjs/style/twitterNow.test.js.map +1 -1
  62. package/index.d.ts +46 -7
  63. package/load-all-locales/index.cjs +15 -0
  64. package/load-all-locales/index.cjs.js +15 -0
  65. package/load-all-locales/index.js +30 -0
  66. package/locale/ak.json +8 -26
  67. package/locale/ak.json.js +8 -26
  68. package/locale/am.json +3 -3
  69. package/locale/am.json.js +3 -3
  70. package/locale/ba/package.json +16 -0
  71. package/locale/ba.json +159 -0
  72. package/locale/ba.json.d.ts +4 -0
  73. package/locale/ba.json.js +159 -0
  74. package/locale/be-tarask.json +4 -4
  75. package/locale/be-tarask.json.js +4 -4
  76. package/locale/be.json +4 -4
  77. package/locale/be.json.js +4 -4
  78. package/locale/bn.json +6 -6
  79. package/locale/bn.json.js +6 -6
  80. package/locale/bs.json +36 -30
  81. package/locale/bs.json.js +36 -30
  82. package/locale/bua/package.json +16 -0
  83. package/locale/bua.json +159 -0
  84. package/locale/bua.json.d.ts +4 -0
  85. package/locale/bua.json.js +159 -0
  86. package/locale/cv.json +134 -82
  87. package/locale/cv.json.js +134 -82
  88. package/locale/en-EE/package.json +16 -0
  89. package/locale/en-EE.json +219 -0
  90. package/locale/en-EE.json.d.ts +4 -0
  91. package/locale/en-EE.json.js +219 -0
  92. package/locale/en-GE/package.json +16 -0
  93. package/locale/en-GE.json +219 -0
  94. package/locale/en-GE.json.d.ts +4 -0
  95. package/locale/en-GE.json.js +219 -0
  96. package/locale/en-LT/package.json +16 -0
  97. package/locale/en-LT.json +219 -0
  98. package/locale/en-LT.json.d.ts +4 -0
  99. package/locale/en-LT.json.js +219 -0
  100. package/locale/en-LV/package.json +16 -0
  101. package/locale/en-LV.json +219 -0
  102. package/locale/en-LV.json.d.ts +4 -0
  103. package/locale/en-LV.json.js +219 -0
  104. package/locale/en-UA/package.json +16 -0
  105. package/locale/en-UA.json +219 -0
  106. package/locale/en-UA.json.d.ts +4 -0
  107. package/locale/en-UA.json.js +219 -0
  108. package/locale/es-MX.json +2 -8
  109. package/locale/es-MX.json.js +2 -8
  110. package/locale/fr-CA.json +4 -4
  111. package/locale/fr-CA.json.js +4 -4
  112. package/locale/fr.json +4 -4
  113. package/locale/fr.json.js +4 -4
  114. package/locale/he.json +74 -86
  115. package/locale/he.json.js +74 -86
  116. package/locale/ht.json +4 -4
  117. package/locale/ht.json.js +4 -4
  118. package/locale/ie.json +15 -9
  119. package/locale/ie.json.js +15 -9
  120. package/locale/kk-Arab/package.json +16 -0
  121. package/locale/kk-Arab.json +159 -0
  122. package/locale/kk-Arab.json.d.ts +4 -0
  123. package/locale/kk-Arab.json.js +159 -0
  124. package/locale/kok-Latn.json +138 -39
  125. package/locale/kok-Latn.json.js +138 -39
  126. package/locale/kok.json +169 -64
  127. package/locale/kok.json.js +169 -64
  128. package/locale/ku.json +166 -73
  129. package/locale/ku.json.js +166 -73
  130. package/locale/mk.json +20 -20
  131. package/locale/mk.json.js +20 -20
  132. package/locale/nso/package.json +16 -0
  133. package/locale/nso.json +159 -0
  134. package/locale/nso.json.d.ts +4 -0
  135. package/locale/nso.json.js +159 -0
  136. package/locale/rm.json +151 -85
  137. package/locale/rm.json.js +151 -85
  138. package/locale/ro.json +4 -2
  139. package/locale/ro.json.js +4 -2
  140. package/locale/rw/package.json +16 -0
  141. package/locale/rw.json +159 -0
  142. package/locale/rw.json.d.ts +4 -0
  143. package/locale/rw.json.js +159 -0
  144. package/locale/scn/package.json +16 -0
  145. package/locale/scn.json +249 -0
  146. package/locale/scn.json.d.ts +4 -0
  147. package/locale/scn.json.js +249 -0
  148. package/locale/sd-Deva/package.json +16 -0
  149. package/locale/sd-Deva.json +159 -0
  150. package/locale/sd-Deva.json.d.ts +4 -0
  151. package/locale/sd-Deva.json.js +159 -0
  152. package/locale/sd.json +77 -20
  153. package/locale/sd.json.js +77 -20
  154. package/locale/shn/package.json +16 -0
  155. package/locale/shn.json +159 -0
  156. package/locale/shn.json.d.ts +4 -0
  157. package/locale/shn.json.js +159 -0
  158. package/locale/sv.json +3 -3
  159. package/locale/sv.json.js +3 -3
  160. package/locale/syr.json +27 -27
  161. package/locale/syr.json.js +27 -27
  162. package/locale/ta.json +15 -9
  163. package/locale/ta.json.js +15 -9
  164. package/locale/tn.json +27 -27
  165. package/locale/tn.json.js +27 -27
  166. package/locale/tok/package.json +16 -0
  167. package/locale/tok.json +159 -0
  168. package/locale/tok.json.d.ts +4 -0
  169. package/locale/tok.json.js +159 -0
  170. package/locale/tyv/package.json +16 -0
  171. package/locale/tyv.json +159 -0
  172. package/locale/tyv.json.d.ts +4 -0
  173. package/locale/tyv.json.js +159 -0
  174. package/locale/xh.json +18 -18
  175. package/locale/xh.json.js +18 -18
  176. package/modules/FullDateFormatter.test.js +2 -0
  177. package/modules/FullDateFormatter.test.js.map +1 -1
  178. package/modules/TimeAgo.js +8 -5
  179. package/modules/TimeAgo.js.map +1 -1
  180. package/modules/TimeAgo.test.js +190 -189
  181. package/modules/TimeAgo.test.js.map +1 -1
  182. package/modules/cache.test.js +2 -0
  183. package/modules/cache.test.js.map +1 -1
  184. package/modules/isStyleObject.test.js +19 -17
  185. package/modules/isStyleObject.test.js.map +1 -1
  186. package/modules/locale.test.js +12 -10
  187. package/modules/locale.test.js.map +1 -1
  188. package/modules/steps/approximate.test.js +2 -0
  189. package/modules/steps/approximate.test.js.map +1 -1
  190. package/modules/steps/getStep.test.js +7 -5
  191. package/modules/steps/getStep.test.js.map +1 -1
  192. package/modules/steps/getStepDenominator.test.js +6 -4
  193. package/modules/steps/getStepDenominator.test.js.map +1 -1
  194. package/modules/steps/getStepMinTime.test.js +6 -4
  195. package/modules/steps/getStepMinTime.test.js.map +1 -1
  196. package/modules/steps/getTimeToNextUpdate.test.js +36 -34
  197. package/modules/steps/getTimeToNextUpdate.test.js.map +1 -1
  198. package/modules/steps/getTimeToNextUpdateForUnit.test.js +12 -10
  199. package/modules/steps/getTimeToNextUpdateForUnit.test.js.map +1 -1
  200. package/modules/steps/helpers.test.js +4 -2
  201. package/modules/steps/helpers.test.js.map +1 -1
  202. package/modules/steps/renameLegacyProperties.test.js +8 -6
  203. package/modules/steps/renameLegacyProperties.test.js.map +1 -1
  204. package/modules/steps/round.test.js +2 -0
  205. package/modules/steps/round.test.js.map +1 -1
  206. package/modules/style/approximateTime.test.js +3 -2
  207. package/modules/style/approximateTime.test.js.map +1 -1
  208. package/modules/style/mini.test.js +58 -56
  209. package/modules/style/mini.test.js.map +1 -1
  210. package/modules/style/miniMinute.test.js +25 -23
  211. package/modules/style/miniMinute.test.js.map +1 -1
  212. package/modules/style/miniMinuteNow.test.js +25 -23
  213. package/modules/style/miniMinuteNow.test.js.map +1 -1
  214. package/modules/style/miniNow.test.js +25 -23
  215. package/modules/style/miniNow.test.js.map +1 -1
  216. package/modules/style/renameLegacyProperties.test.js +6 -4
  217. package/modules/style/renameLegacyProperties.test.js.map +1 -1
  218. package/modules/style/round.test.js +76 -74
  219. package/modules/style/round.test.js.map +1 -1
  220. package/modules/style/roundMinute.test.js +47 -45
  221. package/modules/style/roundMinute.test.js.map +1 -1
  222. package/modules/style/twitter.test.js +72 -70
  223. package/modules/style/twitter.test.js.map +1 -1
  224. package/modules/style/twitterFirstMinute.test.js +29 -27
  225. package/modules/style/twitterFirstMinute.test.js.map +1 -1
  226. package/modules/style/twitterMinute.test.js +29 -27
  227. package/modules/style/twitterMinute.test.js.map +1 -1
  228. package/modules/style/twitterMinuteNow.test.js +29 -27
  229. package/modules/style/twitterMinuteNow.test.js.map +1 -1
  230. package/modules/style/twitterNow.test.js +31 -29
  231. package/modules/style/twitterNow.test.js.map +1 -1
  232. package/package.json +129 -8
  233. /package/{bin → scripts}/create-commonjs-package-json.js +0 -0
  234. /package/{bin → scripts}/generate-load-all-locales.js +0 -0
  235. /package/{bin → scripts}/generate-locale-messages.js +0 -0
package/locale/ku.json.js CHANGED
@@ -4,13 +4,13 @@ export default {
4
4
  "year": {
5
5
  "previous": "sala borî",
6
6
  "current": "îsal",
7
- "next": "sala ",
7
+ "next": "sala were",
8
8
  "past": {
9
9
  "one": "berî {0} salê",
10
10
  "other": "berî {0} salan"
11
11
  },
12
12
  "future": {
13
- "one": "di salekê de",
13
+ "one": "di {0} salê de",
14
14
  "other": "di {0} salan de"
15
15
  }
16
16
  },
@@ -18,169 +18,262 @@ export default {
18
18
  "previous": "çaryeka dawî",
19
19
  "current": "ev çaryek",
20
20
  "next": "çaryeka were",
21
- "past": "-{0} Q",
22
- "future": "+{0} Q"
21
+ "past": {
22
+ "one": "berî {0} çaryekê",
23
+ "other": "berî {0} çaryekan"
24
+ },
25
+ "future": {
26
+ "one": "piştî {0} çaryekê",
27
+ "other": "piştî {0} çaryekan"
28
+ }
23
29
  },
24
30
  "month": {
25
31
  "previous": "meha borî",
26
32
  "current": "ev meh",
27
- "next": "meha ",
28
- "past": "-{0} m",
29
- "future": "+{0} m"
33
+ "next": "meha were",
34
+ "past": {
35
+ "one": "berî {0} mehê",
36
+ "other": "berî {0} mehan"
37
+ },
38
+ "future": {
39
+ "one": "piştî {0} mehê",
40
+ "other": "piştî {0} mehan"
41
+ }
30
42
  },
31
43
  "week": {
32
44
  "previous": "hefteya borî",
33
45
  "current": "ev hefte",
34
- "next": "hefteya ",
35
- "past": "-{0} w",
36
- "future": "+{0} w"
46
+ "next": "hefteya were",
47
+ "past": {
48
+ "one": "berî {0} hefteyê",
49
+ "other": "berî {0} hefteyan"
50
+ },
51
+ "future": {
52
+ "one": "piştî {0} hefteyê",
53
+ "other": "piştî {0} hefteyan"
54
+ }
37
55
  },
38
56
  "day": {
39
57
  "previous": "duh",
40
58
  "current": "îro",
41
59
  "next": "sibê",
42
- "past": "-{0} d",
43
- "future": "+{0} d"
60
+ "past": {
61
+ "one": "berî {0} rojê",
62
+ "other": "berî {0} rojan"
63
+ },
64
+ "future": {
65
+ "one": "piştî {0} rojê",
66
+ "other": "piştî {0} rojan"
67
+ }
44
68
  },
45
69
  "hour": {
46
- "current": "this hour",
47
- "past": "-{0} h",
48
- "future": "+{0} h"
70
+ "current": "ev saet",
71
+ "past": {
72
+ "one": "berî {0} saetê",
73
+ "other": "berî {0} saetan"
74
+ },
75
+ "future": {
76
+ "one": "piştî {0} saetê",
77
+ "other": "piştî {0} saetan"
78
+ }
49
79
  },
50
80
  "minute": {
51
- "current": " deqeyê",
81
+ "current": "ev deqîqe",
52
82
  "past": {
53
- "one": "berî {0} deqeyê",
54
- "other": "berî {0} deqeyan"
83
+ "one": "berî {0} deqîqeyê",
84
+ "other": "berî {0} deqîqeyan"
55
85
  },
56
86
  "future": {
57
- "one": "di {0} deqeyê de",
58
- "other": "di {0} deqeyan de"
87
+ "one": "piştî {0} deqîqeyê",
88
+ "other": "piştî {0} deqîqeyan"
59
89
  }
60
90
  },
61
91
  "second": {
62
- "current": "vêga",
63
- "past": "-{0} s",
64
- "future": "+{0} s"
92
+ "current": "niha",
93
+ "past": {
94
+ "one": "berî {0} saniyeyê",
95
+ "other": "berî {0} saniyeyan"
96
+ },
97
+ "future": {
98
+ "one": "piştî {0} saniyeyê",
99
+ "other": "piştî {0} saniyeyan"
100
+ }
65
101
  }
66
102
  },
67
103
  "short": {
68
104
  "year": {
69
105
  "previous": "sala borî",
70
106
  "current": "îsal",
71
- "next": "sala ",
107
+ "next": "sala were",
72
108
  "past": {
73
- "one": "berî salekê",
109
+ "one": "berî {0} salê",
74
110
  "other": "berî {0} salan"
75
111
  },
76
- "future": "piştî {0} salan"
112
+ "future": {
113
+ "one": "piştî {0} salê",
114
+ "other": "piştî {0} salan"
115
+ }
77
116
  },
78
117
  "quarter": {
79
118
  "previous": "çaryeka dawî",
80
119
  "current": "ev çaryek",
81
120
  "next": "çaryeka were",
82
- "past": "-{0} Q",
83
- "future": "+{0} Q"
121
+ "past": {
122
+ "one": "berî {0} çaryekê",
123
+ "other": "berî {0} çaryekan"
124
+ },
125
+ "future": {
126
+ "one": "piştî {0} çaryekê",
127
+ "other": "piştî {0} çaryekan"
128
+ }
84
129
  },
85
130
  "month": {
86
131
  "previous": "meha borî",
87
132
  "current": "ev meh",
88
- "next": "meha ",
89
- "past": "-{0} m",
90
- "future": "+{0} m"
133
+ "next": "meha were",
134
+ "past": {
135
+ "one": "berî {0} mehê",
136
+ "other": "berî {0} mehan"
137
+ },
138
+ "future": {
139
+ "one": "piştî {0} mehê",
140
+ "other": "piştî {0} mehan"
141
+ }
91
142
  },
92
143
  "week": {
93
144
  "previous": "hft. borî",
94
145
  "current": "ev hft.",
95
- "next": "hft. ",
96
- "past": "-{0} w",
97
- "future": "+{0} w"
146
+ "next": "hft. were",
147
+ "past": {
148
+ "one": "berî {0} hefteyê",
149
+ "other": "berî {0} hefteyan"
150
+ },
151
+ "future": {
152
+ "one": "piştî {0} hefteyê",
153
+ "other": "piştî {0} hefteyan"
154
+ }
98
155
  },
99
156
  "day": {
100
157
  "previous": "duh",
101
158
  "current": "îro",
102
159
  "next": "sibê",
103
- "past": "-{0} d",
104
- "future": "+{0} d"
160
+ "past": {
161
+ "one": "berî {0} rojê",
162
+ "other": "berî {0} rojan"
163
+ },
164
+ "future": {
165
+ "one": "piştî {0} rojê",
166
+ "other": "piştî {0} rojan"
167
+ }
105
168
  },
106
169
  "hour": {
107
- "current": "this hour",
108
- "past": "-{0} h",
109
- "future": "+{0} h"
170
+ "current": "ev saet",
171
+ "past": {
172
+ "one": "berî {0} saetê",
173
+ "other": "berî {0} saetan"
174
+ },
175
+ "future": {
176
+ "one": "piştî {0} saetê",
177
+ "other": "piştî {0} saetan"
178
+ }
110
179
  },
111
180
  "minute": {
112
- "current": " deqeyê",
181
+ "current": "ev deqîqe",
113
182
  "past": "berî {0} dq.",
114
- "future": {
115
- "one": "di {0} dq. de",
116
- "other": "di {0} dq de"
117
- }
183
+ "future": "piştî {0} dq."
118
184
  },
119
185
  "second": {
120
- "current": "vêga",
121
- "past": "-{0} s",
122
- "future": "+{0} s"
186
+ "current": "niha",
187
+ "past": "berî {0} sn.",
188
+ "future": "piştî {0} sn."
123
189
  }
124
190
  },
125
191
  "narrow": {
126
192
  "year": {
127
193
  "previous": "sala borî",
128
194
  "current": "îsal",
129
- "next": "sala ",
195
+ "next": "sala were",
130
196
  "past": {
131
- "one": "berî salekê",
197
+ "one": "berî {0} salê",
132
198
  "other": "berî {0} salan"
133
199
  },
134
- "future": "piştî {0} salan"
200
+ "future": {
201
+ "one": "piştî {0} salê",
202
+ "other": "piştî {0} salan"
203
+ }
135
204
  },
136
205
  "quarter": {
137
206
  "previous": "çaryeka dawî",
138
207
  "current": "ev çaryek",
139
208
  "next": "çaryeka were",
140
- "past": "-{0} Q",
141
- "future": "+{0} Q"
209
+ "past": {
210
+ "one": "berî {0} çaryekê",
211
+ "other": "berî {0} çaryekan"
212
+ },
213
+ "future": {
214
+ "one": "piştî {0} çaryekê",
215
+ "other": "piştî {0} çaryekan"
216
+ }
142
217
  },
143
218
  "month": {
144
219
  "previous": "meha borî",
145
220
  "current": "ev meh",
146
- "next": "meha ",
147
- "past": "-{0} m",
148
- "future": "+{0} m"
221
+ "next": "meha were",
222
+ "past": {
223
+ "one": "berî {0} mehê",
224
+ "other": "berî {0} mehan"
225
+ },
226
+ "future": {
227
+ "one": "piştî {0} mehê",
228
+ "other": "piştî {0} mehan"
229
+ }
149
230
  },
150
231
  "week": {
151
232
  "previous": "hft. borî",
152
233
  "current": "ev hft.",
153
- "next": "hft. ",
154
- "past": "-{0} w",
155
- "future": "+{0} w"
234
+ "next": "hft. were",
235
+ "past": {
236
+ "one": "berî {0} hefteyê",
237
+ "other": "berî {0} hefteyan"
238
+ },
239
+ "future": {
240
+ "one": "piştî {0} hefteyê",
241
+ "other": "piştî {0} hefteyan"
242
+ }
156
243
  },
157
244
  "day": {
158
245
  "previous": "duh",
159
246
  "current": "îro",
160
247
  "next": "sibê",
161
- "past": "-{0} d",
162
- "future": "+{0} d"
248
+ "past": {
249
+ "one": "berî {0} rojê",
250
+ "other": "berî {0} rojan"
251
+ },
252
+ "future": {
253
+ "one": "piştî {0} rojê",
254
+ "other": "piştî {0} rojan"
255
+ }
163
256
  },
164
257
  "hour": {
165
- "current": "this hour",
166
- "past": "-{0} h",
167
- "future": "+{0} h"
168
- },
169
- "minute": {
170
- "current": "vê deqeyê",
258
+ "current": "ev saet",
171
259
  "past": {
172
- "one": "berî {0} dq.",
173
- "other": "berî {0} d."
260
+ "one": "berî {0} saetê",
261
+ "other": "berî {0} saetan"
174
262
  },
175
263
  "future": {
176
- "one": "di {0} dq de",
177
- "other": "di {0}dq de"
264
+ "one": "piştî {0} saetê",
265
+ "other": "piştî {0} saetan"
178
266
  }
179
267
  },
268
+ "minute": {
269
+ "current": "ev deqîqe",
270
+ "past": "berî {0} dq.",
271
+ "future": "piştî {0} dq."
272
+ },
180
273
  "second": {
181
- "current": "vêga",
182
- "past": "-{0} s",
183
- "future": "+{0} s"
274
+ "current": "niha",
275
+ "past": "berî {0} sn.",
276
+ "future": "piştî {0} sn."
184
277
  }
185
278
  }
186
279
  }
package/locale/mk.json CHANGED
@@ -15,16 +15,16 @@
15
15
  }
16
16
  },
17
17
  "quarter": {
18
- "previous": "последното тромесечје",
19
- "current": "ова тромесечје",
20
- "next": "следното тромесечје",
18
+ "previous": "последното тримесечје",
19
+ "current": "ова тримесечје",
20
+ "next": "следното тримесечје",
21
21
  "past": {
22
- "one": "пред {0} тромесечје",
23
- "other": "пред {0} тромесечја"
22
+ "one": "пред {0} тримесечје",
23
+ "other": "пред {0} тримесечја"
24
24
  },
25
25
  "future": {
26
- "one": "за {0} тромесечје",
27
- "other": "за {0} тромесечја"
26
+ "one": "за {0} тримесечје",
27
+ "other": "за {0} тримесечја"
28
28
  }
29
29
  },
30
30
  "month": {
@@ -69,7 +69,7 @@
69
69
  }
70
70
  },
71
71
  "hour": {
72
- "current": "часов",
72
+ "current": "овој час",
73
73
  "past": {
74
74
  "one": "пред {0} час",
75
75
  "other": "пред {0} часа"
@@ -111,11 +111,11 @@
111
111
  "future": "за {0} год."
112
112
  },
113
113
  "quarter": {
114
- "previous": "последното тромесечје",
115
- "current": "ова тромесечје",
116
- "next": "следното тромесечје",
117
- "past": "пред {0} тромес.",
118
- "future": "за {0} тромес."
114
+ "previous": "последното тримесечје",
115
+ "current": "ова тримесечје",
116
+ "next": "следното тримесечје",
117
+ "past": "пред {0} тримес.",
118
+ "future": "за {0} тримес."
119
119
  },
120
120
  "month": {
121
121
  "previous": "минатиот месец",
@@ -159,7 +159,7 @@
159
159
  }
160
160
  },
161
161
  "hour": {
162
- "current": "часов",
162
+ "current": "овој час",
163
163
  "past": {
164
164
  "one": "пред {0} час",
165
165
  "other": "пред {0} часа"
@@ -189,11 +189,11 @@
189
189
  "future": "за {0} год."
190
190
  },
191
191
  "quarter": {
192
- "previous": "последното тромесечје",
193
- "current": "ова тромесечје",
194
- "next": "следното тромесечје",
195
- "past": "пред {0} тромес.",
196
- "future": "за {0} тромес."
192
+ "previous": "последното тримесечје",
193
+ "current": "ова тримесечје",
194
+ "next": "следното тримесечје",
195
+ "past": "пред {0} тримес.",
196
+ "future": "за {0} тримес."
197
197
  },
198
198
  "month": {
199
199
  "previous": "минатиот месец",
@@ -237,7 +237,7 @@
237
237
  }
238
238
  },
239
239
  "hour": {
240
- "current": "часов",
240
+ "current": "овој час",
241
241
  "past": {
242
242
  "one": "пред {0} час",
243
243
  "other": "пред {0} часа"
package/locale/mk.json.js CHANGED
@@ -15,16 +15,16 @@ export default {
15
15
  }
16
16
  },
17
17
  "quarter": {
18
- "previous": "последното тромесечје",
19
- "current": "ова тромесечје",
20
- "next": "следното тромесечје",
18
+ "previous": "последното тримесечје",
19
+ "current": "ова тримесечје",
20
+ "next": "следното тримесечје",
21
21
  "past": {
22
- "one": "пред {0} тромесечје",
23
- "other": "пред {0} тромесечја"
22
+ "one": "пред {0} тримесечје",
23
+ "other": "пред {0} тримесечја"
24
24
  },
25
25
  "future": {
26
- "one": "за {0} тромесечје",
27
- "other": "за {0} тромесечја"
26
+ "one": "за {0} тримесечје",
27
+ "other": "за {0} тримесечја"
28
28
  }
29
29
  },
30
30
  "month": {
@@ -69,7 +69,7 @@ export default {
69
69
  }
70
70
  },
71
71
  "hour": {
72
- "current": "часов",
72
+ "current": "овој час",
73
73
  "past": {
74
74
  "one": "пред {0} час",
75
75
  "other": "пред {0} часа"
@@ -111,11 +111,11 @@ export default {
111
111
  "future": "за {0} год."
112
112
  },
113
113
  "quarter": {
114
- "previous": "последното тромесечје",
115
- "current": "ова тромесечје",
116
- "next": "следното тромесечје",
117
- "past": "пред {0} тромес.",
118
- "future": "за {0} тромес."
114
+ "previous": "последното тримесечје",
115
+ "current": "ова тримесечје",
116
+ "next": "следното тримесечје",
117
+ "past": "пред {0} тримес.",
118
+ "future": "за {0} тримес."
119
119
  },
120
120
  "month": {
121
121
  "previous": "минатиот месец",
@@ -159,7 +159,7 @@ export default {
159
159
  }
160
160
  },
161
161
  "hour": {
162
- "current": "часов",
162
+ "current": "овој час",
163
163
  "past": {
164
164
  "one": "пред {0} час",
165
165
  "other": "пред {0} часа"
@@ -189,11 +189,11 @@ export default {
189
189
  "future": "за {0} год."
190
190
  },
191
191
  "quarter": {
192
- "previous": "последното тромесечје",
193
- "current": "ова тромесечје",
194
- "next": "следното тромесечје",
195
- "past": "пред {0} тромес.",
196
- "future": "за {0} тромес."
192
+ "previous": "последното тримесечје",
193
+ "current": "ова тримесечје",
194
+ "next": "следното тримесечје",
195
+ "past": "пред {0} тримес.",
196
+ "future": "за {0} тримес."
197
197
  },
198
198
  "month": {
199
199
  "previous": "минатиот месец",
@@ -237,7 +237,7 @@ export default {
237
237
  }
238
238
  },
239
239
  "hour": {
240
- "current": "часов",
240
+ "current": "овој час",
241
241
  "past": {
242
242
  "one": "пред {0} час",
243
243
  "other": "пред {0} часа"
@@ -0,0 +1,16 @@
1
+ {
2
+ "private": true,
3
+ "name": "javascript-time-ago/locale/nso",
4
+ "main": "../nso.json",
5
+ "module": "../nso.json.js",
6
+ "types": "../nso.json.d.ts",
7
+ "type": "module",
8
+ "exports": {
9
+ ".": {
10
+ "types": "../nso.json.d.ts",
11
+ "import": "../nso.json.js",
12
+ "require": "../nso.json"
13
+ }
14
+ },
15
+ "sideEffects": false
16
+ }