javascript-time-ago 2.6.2 → 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 (226) hide show
  1. package/bundle/javascript-time-ago.js +1 -1
  2. package/bundle/javascript-time-ago.js.map +1 -1
  3. package/bundle/javascript-time-ago.min.js +1 -1
  4. package/bundle/javascript-time-ago.min.js.map +1 -1
  5. package/commonjs/FullDateFormatter.test.js +11 -9
  6. package/commonjs/FullDateFormatter.test.js.map +1 -1
  7. package/commonjs/TimeAgo.test.js +237 -236
  8. package/commonjs/TimeAgo.test.js.map +1 -1
  9. package/commonjs/cache.test.js +8 -6
  10. package/commonjs/cache.test.js.map +1 -1
  11. package/commonjs/isStyleObject.test.js +21 -19
  12. package/commonjs/isStyleObject.test.js.map +1 -1
  13. package/commonjs/locale.test.js +16 -14
  14. package/commonjs/locale.test.js.map +1 -1
  15. package/commonjs/steps/approximate.test.js +26 -24
  16. package/commonjs/steps/approximate.test.js.map +1 -1
  17. package/commonjs/steps/getStep.test.js +20 -18
  18. package/commonjs/steps/getStep.test.js.map +1 -1
  19. package/commonjs/steps/getStepDenominator.test.js +9 -7
  20. package/commonjs/steps/getStepDenominator.test.js.map +1 -1
  21. package/commonjs/steps/getStepMinTime.test.js +9 -7
  22. package/commonjs/steps/getStepMinTime.test.js.map +1 -1
  23. package/commonjs/steps/getTimeToNextUpdate.test.js +56 -54
  24. package/commonjs/steps/getTimeToNextUpdate.test.js.map +1 -1
  25. package/commonjs/steps/getTimeToNextUpdateForUnit.test.js +20 -18
  26. package/commonjs/steps/getTimeToNextUpdateForUnit.test.js.map +1 -1
  27. package/commonjs/steps/helpers.test.js +6 -4
  28. package/commonjs/steps/helpers.test.js.map +1 -1
  29. package/commonjs/steps/renameLegacyProperties.test.js +12 -10
  30. package/commonjs/steps/renameLegacyProperties.test.js.map +1 -1
  31. package/commonjs/steps/round.test.js +27 -25
  32. package/commonjs/steps/round.test.js.map +1 -1
  33. package/commonjs/style/approximateTime.test.js +6 -5
  34. package/commonjs/style/approximateTime.test.js.map +1 -1
  35. package/commonjs/style/mini.test.js +62 -60
  36. package/commonjs/style/mini.test.js.map +1 -1
  37. package/commonjs/style/miniMinute.test.js +27 -25
  38. package/commonjs/style/miniMinute.test.js.map +1 -1
  39. package/commonjs/style/miniMinuteNow.test.js +27 -25
  40. package/commonjs/style/miniMinuteNow.test.js.map +1 -1
  41. package/commonjs/style/miniNow.test.js +27 -25
  42. package/commonjs/style/miniNow.test.js.map +1 -1
  43. package/commonjs/style/renameLegacyProperties.test.js +9 -7
  44. package/commonjs/style/renameLegacyProperties.test.js.map +1 -1
  45. package/commonjs/style/round.test.js +81 -79
  46. package/commonjs/style/round.test.js.map +1 -1
  47. package/commonjs/style/roundMinute.test.js +50 -48
  48. package/commonjs/style/roundMinute.test.js.map +1 -1
  49. package/commonjs/style/twitter.test.js +86 -84
  50. package/commonjs/style/twitter.test.js.map +1 -1
  51. package/commonjs/style/twitterFirstMinute.test.js +33 -31
  52. package/commonjs/style/twitterFirstMinute.test.js.map +1 -1
  53. package/commonjs/style/twitterMinute.test.js +32 -30
  54. package/commonjs/style/twitterMinute.test.js.map +1 -1
  55. package/commonjs/style/twitterMinuteNow.test.js +32 -30
  56. package/commonjs/style/twitterMinuteNow.test.js.map +1 -1
  57. package/commonjs/style/twitterNow.test.js +34 -32
  58. package/commonjs/style/twitterNow.test.js.map +1 -1
  59. package/load-all-locales/index.cjs +15 -0
  60. package/load-all-locales/index.cjs.js +15 -0
  61. package/load-all-locales/index.js +30 -0
  62. package/locale/ak.json +8 -26
  63. package/locale/ak.json.js +8 -26
  64. package/locale/am.json +3 -3
  65. package/locale/am.json.js +3 -3
  66. package/locale/ba/package.json +16 -0
  67. package/locale/ba.json +159 -0
  68. package/locale/ba.json.d.ts +4 -0
  69. package/locale/ba.json.js +159 -0
  70. package/locale/be-tarask.json +4 -4
  71. package/locale/be-tarask.json.js +4 -4
  72. package/locale/be.json +4 -4
  73. package/locale/be.json.js +4 -4
  74. package/locale/bn.json +6 -6
  75. package/locale/bn.json.js +6 -6
  76. package/locale/bs.json +36 -30
  77. package/locale/bs.json.js +36 -30
  78. package/locale/bua/package.json +16 -0
  79. package/locale/bua.json +159 -0
  80. package/locale/bua.json.d.ts +4 -0
  81. package/locale/bua.json.js +159 -0
  82. package/locale/cv.json +134 -82
  83. package/locale/cv.json.js +134 -82
  84. package/locale/en-EE/package.json +16 -0
  85. package/locale/en-EE.json +219 -0
  86. package/locale/en-EE.json.d.ts +4 -0
  87. package/locale/en-EE.json.js +219 -0
  88. package/locale/en-GE/package.json +16 -0
  89. package/locale/en-GE.json +219 -0
  90. package/locale/en-GE.json.d.ts +4 -0
  91. package/locale/en-GE.json.js +219 -0
  92. package/locale/en-LT/package.json +16 -0
  93. package/locale/en-LT.json +219 -0
  94. package/locale/en-LT.json.d.ts +4 -0
  95. package/locale/en-LT.json.js +219 -0
  96. package/locale/en-LV/package.json +16 -0
  97. package/locale/en-LV.json +219 -0
  98. package/locale/en-LV.json.d.ts +4 -0
  99. package/locale/en-LV.json.js +219 -0
  100. package/locale/en-UA/package.json +16 -0
  101. package/locale/en-UA.json +219 -0
  102. package/locale/en-UA.json.d.ts +4 -0
  103. package/locale/en-UA.json.js +219 -0
  104. package/locale/es-MX.json +2 -8
  105. package/locale/es-MX.json.js +2 -8
  106. package/locale/fr-CA.json +4 -4
  107. package/locale/fr-CA.json.js +4 -4
  108. package/locale/fr.json +4 -4
  109. package/locale/fr.json.js +4 -4
  110. package/locale/he.json +74 -86
  111. package/locale/he.json.js +74 -86
  112. package/locale/ht.json +4 -4
  113. package/locale/ht.json.js +4 -4
  114. package/locale/ie.json +15 -9
  115. package/locale/ie.json.js +15 -9
  116. package/locale/kk-Arab/package.json +16 -0
  117. package/locale/kk-Arab.json +159 -0
  118. package/locale/kk-Arab.json.d.ts +4 -0
  119. package/locale/kk-Arab.json.js +159 -0
  120. package/locale/kok-Latn.json +138 -39
  121. package/locale/kok-Latn.json.js +138 -39
  122. package/locale/kok.json +169 -64
  123. package/locale/kok.json.js +169 -64
  124. package/locale/ku.json +166 -73
  125. package/locale/ku.json.js +166 -73
  126. package/locale/mk.json +20 -20
  127. package/locale/mk.json.js +20 -20
  128. package/locale/nso/package.json +16 -0
  129. package/locale/nso.json +159 -0
  130. package/locale/nso.json.d.ts +4 -0
  131. package/locale/nso.json.js +159 -0
  132. package/locale/rm.json +151 -85
  133. package/locale/rm.json.js +151 -85
  134. package/locale/ro.json +4 -2
  135. package/locale/ro.json.js +4 -2
  136. package/locale/rw/package.json +16 -0
  137. package/locale/rw.json +159 -0
  138. package/locale/rw.json.d.ts +4 -0
  139. package/locale/rw.json.js +159 -0
  140. package/locale/scn/package.json +16 -0
  141. package/locale/scn.json +249 -0
  142. package/locale/scn.json.d.ts +4 -0
  143. package/locale/scn.json.js +249 -0
  144. package/locale/sd-Deva/package.json +16 -0
  145. package/locale/sd-Deva.json +159 -0
  146. package/locale/sd-Deva.json.d.ts +4 -0
  147. package/locale/sd-Deva.json.js +159 -0
  148. package/locale/sd.json +77 -20
  149. package/locale/sd.json.js +77 -20
  150. package/locale/shn/package.json +16 -0
  151. package/locale/shn.json +159 -0
  152. package/locale/shn.json.d.ts +4 -0
  153. package/locale/shn.json.js +159 -0
  154. package/locale/sv.json +3 -3
  155. package/locale/sv.json.js +3 -3
  156. package/locale/syr.json +27 -27
  157. package/locale/syr.json.js +27 -27
  158. package/locale/ta.json +15 -9
  159. package/locale/ta.json.js +15 -9
  160. package/locale/tn.json +27 -27
  161. package/locale/tn.json.js +27 -27
  162. package/locale/tok/package.json +16 -0
  163. package/locale/tok.json +159 -0
  164. package/locale/tok.json.d.ts +4 -0
  165. package/locale/tok.json.js +159 -0
  166. package/locale/tyv/package.json +16 -0
  167. package/locale/tyv.json +159 -0
  168. package/locale/tyv.json.d.ts +4 -0
  169. package/locale/tyv.json.js +159 -0
  170. package/locale/xh.json +18 -18
  171. package/locale/xh.json.js +18 -18
  172. package/modules/FullDateFormatter.test.js +2 -0
  173. package/modules/FullDateFormatter.test.js.map +1 -1
  174. package/modules/TimeAgo.test.js +190 -189
  175. package/modules/TimeAgo.test.js.map +1 -1
  176. package/modules/cache.test.js +2 -0
  177. package/modules/cache.test.js.map +1 -1
  178. package/modules/isStyleObject.test.js +19 -17
  179. package/modules/isStyleObject.test.js.map +1 -1
  180. package/modules/locale.test.js +12 -10
  181. package/modules/locale.test.js.map +1 -1
  182. package/modules/steps/approximate.test.js +2 -0
  183. package/modules/steps/approximate.test.js.map +1 -1
  184. package/modules/steps/getStep.test.js +7 -5
  185. package/modules/steps/getStep.test.js.map +1 -1
  186. package/modules/steps/getStepDenominator.test.js +6 -4
  187. package/modules/steps/getStepDenominator.test.js.map +1 -1
  188. package/modules/steps/getStepMinTime.test.js +6 -4
  189. package/modules/steps/getStepMinTime.test.js.map +1 -1
  190. package/modules/steps/getTimeToNextUpdate.test.js +36 -34
  191. package/modules/steps/getTimeToNextUpdate.test.js.map +1 -1
  192. package/modules/steps/getTimeToNextUpdateForUnit.test.js +12 -10
  193. package/modules/steps/getTimeToNextUpdateForUnit.test.js.map +1 -1
  194. package/modules/steps/helpers.test.js +4 -2
  195. package/modules/steps/helpers.test.js.map +1 -1
  196. package/modules/steps/renameLegacyProperties.test.js +8 -6
  197. package/modules/steps/renameLegacyProperties.test.js.map +1 -1
  198. package/modules/steps/round.test.js +2 -0
  199. package/modules/steps/round.test.js.map +1 -1
  200. package/modules/style/approximateTime.test.js +3 -2
  201. package/modules/style/approximateTime.test.js.map +1 -1
  202. package/modules/style/mini.test.js +58 -56
  203. package/modules/style/mini.test.js.map +1 -1
  204. package/modules/style/miniMinute.test.js +25 -23
  205. package/modules/style/miniMinute.test.js.map +1 -1
  206. package/modules/style/miniMinuteNow.test.js +25 -23
  207. package/modules/style/miniMinuteNow.test.js.map +1 -1
  208. package/modules/style/miniNow.test.js +25 -23
  209. package/modules/style/miniNow.test.js.map +1 -1
  210. package/modules/style/renameLegacyProperties.test.js +6 -4
  211. package/modules/style/renameLegacyProperties.test.js.map +1 -1
  212. package/modules/style/round.test.js +76 -74
  213. package/modules/style/round.test.js.map +1 -1
  214. package/modules/style/roundMinute.test.js +47 -45
  215. package/modules/style/roundMinute.test.js.map +1 -1
  216. package/modules/style/twitter.test.js +72 -70
  217. package/modules/style/twitter.test.js.map +1 -1
  218. package/modules/style/twitterFirstMinute.test.js +29 -27
  219. package/modules/style/twitterFirstMinute.test.js.map +1 -1
  220. package/modules/style/twitterMinute.test.js +29 -27
  221. package/modules/style/twitterMinute.test.js.map +1 -1
  222. package/modules/style/twitterMinuteNow.test.js +29 -27
  223. package/modules/style/twitterMinuteNow.test.js.map +1 -1
  224. package/modules/style/twitterNow.test.js +31 -29
  225. package/modules/style/twitterNow.test.js.map +1 -1
  226. package/package.json +126 -5
package/locale/ta.json CHANGED
@@ -55,7 +55,7 @@
55
55
  },
56
56
  "day": {
57
57
  "previous": "நேற்று",
58
- "previous-2": "நேற்று முன் தினம்",
58
+ "previous-2": "நேற்று முன்தினம்",
59
59
  "current": "இன்று",
60
60
  "next": "நாளை",
61
61
  "next-2": "நாளை மறுநாள்",
@@ -114,8 +114,11 @@
114
114
  "previous": "இறுதி காலாண்டு",
115
115
  "current": "இந்த காலாண்டு",
116
116
  "next": "அடுத்த காலாண்டு",
117
- "past": "{0} காலா. முன்",
118
- "future": "{0} காலா."
117
+ "past": "{0} கா. முன்",
118
+ "future": {
119
+ "one": "+{0} காலாண்டில்",
120
+ "other": "{0} காலாண்டுகளில்"
121
+ }
119
122
  },
120
123
  "month": {
121
124
  "previous": "கடந்த மாதம்",
@@ -133,7 +136,7 @@
133
136
  },
134
137
  "day": {
135
138
  "previous": "நேற்று",
136
- "previous-2": "நேற்று முன் தினம்",
139
+ "previous-2": "நேற்று முன்தினம்",
137
140
  "current": "இன்று",
138
141
  "next": "நாளை",
139
142
  "next-2": "நாளை மறுநாள்",
@@ -148,8 +151,8 @@
148
151
  },
149
152
  "hour": {
150
153
  "current": "இந்த ஒரு மணிநேரத்தில்",
151
- "past": "{0} மணி. முன்",
152
- "future": "{0} மணி."
154
+ "past": "{0} ம. முன்",
155
+ "future": "{0} மணிநேரத்தில்"
153
156
  },
154
157
  "minute": {
155
158
  "current": "இந்த ஒரு நிமிடத்தில்",
@@ -158,8 +161,11 @@
158
161
  },
159
162
  "second": {
160
163
  "current": "இப்போது",
161
- "past": "{0} விநா. முன்",
162
- "future": "{0} விநா."
164
+ "past": "{0} வி. முன்",
165
+ "future": {
166
+ "one": "{0} விநாடியில்",
167
+ "other": "{0} விநாடிகளில்"
168
+ }
163
169
  }
164
170
  },
165
171
  "narrow": {
@@ -193,7 +199,7 @@
193
199
  },
194
200
  "day": {
195
201
  "previous": "நேற்று",
196
- "previous-2": "நேற்று முன் தினம்",
202
+ "previous-2": "நேற்று முன்தினம்",
197
203
  "current": "இன்று",
198
204
  "next": "நாளை",
199
205
  "next-2": "நாளை மறுநாள்",
package/locale/ta.json.js CHANGED
@@ -55,7 +55,7 @@ export default {
55
55
  },
56
56
  "day": {
57
57
  "previous": "நேற்று",
58
- "previous-2": "நேற்று முன் தினம்",
58
+ "previous-2": "நேற்று முன்தினம்",
59
59
  "current": "இன்று",
60
60
  "next": "நாளை",
61
61
  "next-2": "நாளை மறுநாள்",
@@ -114,8 +114,11 @@ export default {
114
114
  "previous": "இறுதி காலாண்டு",
115
115
  "current": "இந்த காலாண்டு",
116
116
  "next": "அடுத்த காலாண்டு",
117
- "past": "{0} காலா. முன்",
118
- "future": "{0} காலா."
117
+ "past": "{0} கா. முன்",
118
+ "future": {
119
+ "one": "+{0} காலாண்டில்",
120
+ "other": "{0} காலாண்டுகளில்"
121
+ }
119
122
  },
120
123
  "month": {
121
124
  "previous": "கடந்த மாதம்",
@@ -133,7 +136,7 @@ export default {
133
136
  },
134
137
  "day": {
135
138
  "previous": "நேற்று",
136
- "previous-2": "நேற்று முன் தினம்",
139
+ "previous-2": "நேற்று முன்தினம்",
137
140
  "current": "இன்று",
138
141
  "next": "நாளை",
139
142
  "next-2": "நாளை மறுநாள்",
@@ -148,8 +151,8 @@ export default {
148
151
  },
149
152
  "hour": {
150
153
  "current": "இந்த ஒரு மணிநேரத்தில்",
151
- "past": "{0} மணி. முன்",
152
- "future": "{0} மணி."
154
+ "past": "{0} ம. முன்",
155
+ "future": "{0} மணிநேரத்தில்"
153
156
  },
154
157
  "minute": {
155
158
  "current": "இந்த ஒரு நிமிடத்தில்",
@@ -158,8 +161,11 @@ export default {
158
161
  },
159
162
  "second": {
160
163
  "current": "இப்போது",
161
- "past": "{0} விநா. முன்",
162
- "future": "{0} விநா."
164
+ "past": "{0} வி. முன்",
165
+ "future": {
166
+ "one": "{0} விநாடியில்",
167
+ "other": "{0} விநாடிகளில்"
168
+ }
163
169
  }
164
170
  },
165
171
  "narrow": {
@@ -193,7 +199,7 @@ export default {
193
199
  },
194
200
  "day": {
195
201
  "previous": "நேற்று",
196
- "previous-2": "நேற்று முன் தினம்",
202
+ "previous-2": "நேற்று முன்தினம்",
197
203
  "current": "இன்று",
198
204
  "next": "நாளை",
199
205
  "next-2": "நாளை மறுநாள்",
package/locale/tn.json CHANGED
@@ -16,23 +16,23 @@
16
16
  "future": "+{0} Q"
17
17
  },
18
18
  "month": {
19
- "previous": "last month",
20
- "current": "this month",
21
- "next": "next month",
19
+ "previous": "kgwedi e fetileng",
20
+ "current": "kgwedi eno",
21
+ "next": "kgwedi e tlang",
22
22
  "past": "-{0} m",
23
23
  "future": "+{0} m"
24
24
  },
25
25
  "week": {
26
- "previous": "last week",
27
- "current": "this week",
28
- "next": "next week",
26
+ "previous": "beke e fetileng",
27
+ "current": "beke eno",
28
+ "next": "beke e tlang",
29
29
  "past": "-{0} w",
30
30
  "future": "+{0} w"
31
31
  },
32
32
  "day": {
33
- "previous": "yesterday",
34
- "current": "today",
35
- "next": "tomorrow",
33
+ "previous": "maabane",
34
+ "current": "gompieno",
35
+ "next": "kamoso",
36
36
  "past": "-{0} d",
37
37
  "future": "+{0} d"
38
38
  },
@@ -68,23 +68,23 @@
68
68
  "future": "+{0} Q"
69
69
  },
70
70
  "month": {
71
- "previous": "last month",
72
- "current": "this month",
73
- "next": "next month",
71
+ "previous": "kgwedi e fetileng",
72
+ "current": "kgwedi eno",
73
+ "next": "kgwedi e tlang",
74
74
  "past": "-{0} m",
75
75
  "future": "+{0} m"
76
76
  },
77
77
  "week": {
78
- "previous": "last week",
79
- "current": "this week",
80
- "next": "next week",
78
+ "previous": "beke e fetileng",
79
+ "current": "beke eno",
80
+ "next": "beke e tlang",
81
81
  "past": "-{0} w",
82
82
  "future": "+{0} w"
83
83
  },
84
84
  "day": {
85
- "previous": "yesterday",
86
- "current": "today",
87
- "next": "tomorrow",
85
+ "previous": "maabane",
86
+ "current": "gompieno",
87
+ "next": "kamoso",
88
88
  "past": "-{0} d",
89
89
  "future": "+{0} d"
90
90
  },
@@ -120,23 +120,23 @@
120
120
  "future": "+{0} Q"
121
121
  },
122
122
  "month": {
123
- "previous": "last month",
124
- "current": "this month",
125
- "next": "next month",
123
+ "previous": "kgwedi e fetileng",
124
+ "current": "kgwedi eno",
125
+ "next": "kgwedi e tlang",
126
126
  "past": "-{0} m",
127
127
  "future": "+{0} m"
128
128
  },
129
129
  "week": {
130
- "previous": "last week",
131
- "current": "this week",
132
- "next": "next week",
130
+ "previous": "beke e fetileng",
131
+ "current": "beke eno",
132
+ "next": "beke e tlang",
133
133
  "past": "-{0} w",
134
134
  "future": "+{0} w"
135
135
  },
136
136
  "day": {
137
- "previous": "yesterday",
138
- "current": "today",
139
- "next": "tomorrow",
137
+ "previous": "maabane",
138
+ "current": "gompieno",
139
+ "next": "kamoso",
140
140
  "past": "-{0} d",
141
141
  "future": "+{0} d"
142
142
  },
package/locale/tn.json.js CHANGED
@@ -16,23 +16,23 @@ export default {
16
16
  "future": "+{0} Q"
17
17
  },
18
18
  "month": {
19
- "previous": "last month",
20
- "current": "this month",
21
- "next": "next month",
19
+ "previous": "kgwedi e fetileng",
20
+ "current": "kgwedi eno",
21
+ "next": "kgwedi e tlang",
22
22
  "past": "-{0} m",
23
23
  "future": "+{0} m"
24
24
  },
25
25
  "week": {
26
- "previous": "last week",
27
- "current": "this week",
28
- "next": "next week",
26
+ "previous": "beke e fetileng",
27
+ "current": "beke eno",
28
+ "next": "beke e tlang",
29
29
  "past": "-{0} w",
30
30
  "future": "+{0} w"
31
31
  },
32
32
  "day": {
33
- "previous": "yesterday",
34
- "current": "today",
35
- "next": "tomorrow",
33
+ "previous": "maabane",
34
+ "current": "gompieno",
35
+ "next": "kamoso",
36
36
  "past": "-{0} d",
37
37
  "future": "+{0} d"
38
38
  },
@@ -68,23 +68,23 @@ export default {
68
68
  "future": "+{0} Q"
69
69
  },
70
70
  "month": {
71
- "previous": "last month",
72
- "current": "this month",
73
- "next": "next month",
71
+ "previous": "kgwedi e fetileng",
72
+ "current": "kgwedi eno",
73
+ "next": "kgwedi e tlang",
74
74
  "past": "-{0} m",
75
75
  "future": "+{0} m"
76
76
  },
77
77
  "week": {
78
- "previous": "last week",
79
- "current": "this week",
80
- "next": "next week",
78
+ "previous": "beke e fetileng",
79
+ "current": "beke eno",
80
+ "next": "beke e tlang",
81
81
  "past": "-{0} w",
82
82
  "future": "+{0} w"
83
83
  },
84
84
  "day": {
85
- "previous": "yesterday",
86
- "current": "today",
87
- "next": "tomorrow",
85
+ "previous": "maabane",
86
+ "current": "gompieno",
87
+ "next": "kamoso",
88
88
  "past": "-{0} d",
89
89
  "future": "+{0} d"
90
90
  },
@@ -120,23 +120,23 @@ export default {
120
120
  "future": "+{0} Q"
121
121
  },
122
122
  "month": {
123
- "previous": "last month",
124
- "current": "this month",
125
- "next": "next month",
123
+ "previous": "kgwedi e fetileng",
124
+ "current": "kgwedi eno",
125
+ "next": "kgwedi e tlang",
126
126
  "past": "-{0} m",
127
127
  "future": "+{0} m"
128
128
  },
129
129
  "week": {
130
- "previous": "last week",
131
- "current": "this week",
132
- "next": "next week",
130
+ "previous": "beke e fetileng",
131
+ "current": "beke eno",
132
+ "next": "beke e tlang",
133
133
  "past": "-{0} w",
134
134
  "future": "+{0} w"
135
135
  },
136
136
  "day": {
137
- "previous": "yesterday",
138
- "current": "today",
139
- "next": "tomorrow",
137
+ "previous": "maabane",
138
+ "current": "gompieno",
139
+ "next": "kamoso",
140
140
  "past": "-{0} d",
141
141
  "future": "+{0} d"
142
142
  },
@@ -0,0 +1,16 @@
1
+ {
2
+ "private": true,
3
+ "name": "javascript-time-ago/locale/tok",
4
+ "main": "../tok.json",
5
+ "module": "../tok.json.js",
6
+ "types": "../tok.json.d.ts",
7
+ "type": "module",
8
+ "exports": {
9
+ ".": {
10
+ "types": "../tok.json.d.ts",
11
+ "import": "../tok.json.js",
12
+ "require": "../tok.json"
13
+ }
14
+ },
15
+ "sideEffects": false
16
+ }
@@ -0,0 +1,159 @@
1
+ {
2
+ "locale": "tok",
3
+ "long": {
4
+ "year": {
5
+ "previous": "tenpo sike pini",
6
+ "current": "tenpo sike ni",
7
+ "next": "tenpo sike wan",
8
+ "past": "tenpo sike pini {0}",
9
+ "future": "tenpo sike kama {0}"
10
+ },
11
+ "quarter": {
12
+ "previous": "last quarter",
13
+ "current": "this quarter",
14
+ "next": "next quarter",
15
+ "past": "-{0} Q",
16
+ "future": "+{0} Q"
17
+ },
18
+ "month": {
19
+ "previous": "tenpo mun pini",
20
+ "current": "tenpo mun ni",
21
+ "next": "tenpo mun kama",
22
+ "past": "tenpo mun pini {0}",
23
+ "future": "tenpo mun kama {0}"
24
+ },
25
+ "week": {
26
+ "previous": "tenpo esun pini",
27
+ "current": "tenpo esun ni",
28
+ "next": "tenpo esun kama",
29
+ "past": "tenpo esun pini {0}",
30
+ "future": "tenpo esun kama {0}"
31
+ },
32
+ "day": {
33
+ "previous": "tenpo suno pini",
34
+ "current": "tenpo suno ni",
35
+ "next": "tenpo suno kama",
36
+ "past": "tenpo suno pini {0}",
37
+ "future": "tenpo suno kama {0}"
38
+ },
39
+ "hour": {
40
+ "current": "tenpo ilo ni",
41
+ "past": "tenpo ilo pini {0}",
42
+ "future": "tenpo ilo kama {0}"
43
+ },
44
+ "minute": {
45
+ "current": "this minute",
46
+ "past": "-{0} min",
47
+ "future": "+{0} min"
48
+ },
49
+ "second": {
50
+ "current": "now",
51
+ "past": "-{0} s",
52
+ "future": "+{0} s"
53
+ }
54
+ },
55
+ "short": {
56
+ "year": {
57
+ "previous": "tenpo sike pini",
58
+ "current": "tenpo sike ni",
59
+ "next": "tenpo sike wan",
60
+ "past": "tenpo sike pini {0}",
61
+ "future": "tenpo sike kama {0}"
62
+ },
63
+ "quarter": {
64
+ "previous": "last quarter",
65
+ "current": "this quarter",
66
+ "next": "next quarter",
67
+ "past": "-{0} Q",
68
+ "future": "+{0} Q"
69
+ },
70
+ "month": {
71
+ "previous": "tenpo mun pini",
72
+ "current": "tenpo mun ni",
73
+ "next": "tenpo mun kama",
74
+ "past": "tenpo mun pini {0}",
75
+ "future": "tenpo mun kama {0}"
76
+ },
77
+ "week": {
78
+ "previous": "tenpo esun pini",
79
+ "current": "tenpo esun ni",
80
+ "next": "tenpo esun kama",
81
+ "past": "tenpo esun pini {0}",
82
+ "future": "tenpo esun kama {0}"
83
+ },
84
+ "day": {
85
+ "previous": "tenpo suno pini",
86
+ "current": "tenpo suno ni",
87
+ "next": "tenpo suno kama",
88
+ "past": "tenpo suno pini {0}",
89
+ "future": "tenpo suno kama {0}"
90
+ },
91
+ "hour": {
92
+ "current": "tenpo ilo ni",
93
+ "past": "tenpo ilo pini {0}",
94
+ "future": "tenpo ilo kama {0}"
95
+ },
96
+ "minute": {
97
+ "current": "this minute",
98
+ "past": "-{0} min",
99
+ "future": "+{0} min"
100
+ },
101
+ "second": {
102
+ "current": "now",
103
+ "past": "-{0} s",
104
+ "future": "+{0} s"
105
+ }
106
+ },
107
+ "narrow": {
108
+ "year": {
109
+ "previous": "tenpo sike pini",
110
+ "current": "tenpo sike ni",
111
+ "next": "tenpo sike wan",
112
+ "past": "tenpo sike pini {0}",
113
+ "future": "tenpo sike kama {0}"
114
+ },
115
+ "quarter": {
116
+ "previous": "last quarter",
117
+ "current": "this quarter",
118
+ "next": "next quarter",
119
+ "past": "-{0} Q",
120
+ "future": "+{0} Q"
121
+ },
122
+ "month": {
123
+ "previous": "tenpo mun pini",
124
+ "current": "tenpo mun ni",
125
+ "next": "tenpo mun kama",
126
+ "past": "tenpo mun pini {0}",
127
+ "future": "tenpo mun kama {0}"
128
+ },
129
+ "week": {
130
+ "previous": "tenpo esun pini",
131
+ "current": "tenpo esun ni",
132
+ "next": "tenpo esun kama",
133
+ "past": "tenpo esun pini {0}",
134
+ "future": "tenpo esun kama {0}"
135
+ },
136
+ "day": {
137
+ "previous": "tenpo suno pini",
138
+ "current": "tenpo suno ni",
139
+ "next": "tenpo suno kama",
140
+ "past": "tenpo suno pini {0}",
141
+ "future": "tenpo suno kama {0}"
142
+ },
143
+ "hour": {
144
+ "current": "tenpo ilo ni",
145
+ "past": "tenpo ilo pini {0}",
146
+ "future": "tenpo ilo kama {0}"
147
+ },
148
+ "minute": {
149
+ "current": "this minute",
150
+ "past": "-{0} min",
151
+ "future": "+{0} min"
152
+ },
153
+ "second": {
154
+ "current": "now",
155
+ "past": "-{0} s",
156
+ "future": "+{0} s"
157
+ }
158
+ }
159
+ }
@@ -0,0 +1,4 @@
1
+ import { LocaleData } from '../index.d.js';
2
+
3
+ declare const localeData: LocaleData;
4
+ export default localeData;
@@ -0,0 +1,159 @@
1
+ export default {
2
+ "locale": "tok",
3
+ "long": {
4
+ "year": {
5
+ "previous": "tenpo sike pini",
6
+ "current": "tenpo sike ni",
7
+ "next": "tenpo sike wan",
8
+ "past": "tenpo sike pini {0}",
9
+ "future": "tenpo sike kama {0}"
10
+ },
11
+ "quarter": {
12
+ "previous": "last quarter",
13
+ "current": "this quarter",
14
+ "next": "next quarter",
15
+ "past": "-{0} Q",
16
+ "future": "+{0} Q"
17
+ },
18
+ "month": {
19
+ "previous": "tenpo mun pini",
20
+ "current": "tenpo mun ni",
21
+ "next": "tenpo mun kama",
22
+ "past": "tenpo mun pini {0}",
23
+ "future": "tenpo mun kama {0}"
24
+ },
25
+ "week": {
26
+ "previous": "tenpo esun pini",
27
+ "current": "tenpo esun ni",
28
+ "next": "tenpo esun kama",
29
+ "past": "tenpo esun pini {0}",
30
+ "future": "tenpo esun kama {0}"
31
+ },
32
+ "day": {
33
+ "previous": "tenpo suno pini",
34
+ "current": "tenpo suno ni",
35
+ "next": "tenpo suno kama",
36
+ "past": "tenpo suno pini {0}",
37
+ "future": "tenpo suno kama {0}"
38
+ },
39
+ "hour": {
40
+ "current": "tenpo ilo ni",
41
+ "past": "tenpo ilo pini {0}",
42
+ "future": "tenpo ilo kama {0}"
43
+ },
44
+ "minute": {
45
+ "current": "this minute",
46
+ "past": "-{0} min",
47
+ "future": "+{0} min"
48
+ },
49
+ "second": {
50
+ "current": "now",
51
+ "past": "-{0} s",
52
+ "future": "+{0} s"
53
+ }
54
+ },
55
+ "short": {
56
+ "year": {
57
+ "previous": "tenpo sike pini",
58
+ "current": "tenpo sike ni",
59
+ "next": "tenpo sike wan",
60
+ "past": "tenpo sike pini {0}",
61
+ "future": "tenpo sike kama {0}"
62
+ },
63
+ "quarter": {
64
+ "previous": "last quarter",
65
+ "current": "this quarter",
66
+ "next": "next quarter",
67
+ "past": "-{0} Q",
68
+ "future": "+{0} Q"
69
+ },
70
+ "month": {
71
+ "previous": "tenpo mun pini",
72
+ "current": "tenpo mun ni",
73
+ "next": "tenpo mun kama",
74
+ "past": "tenpo mun pini {0}",
75
+ "future": "tenpo mun kama {0}"
76
+ },
77
+ "week": {
78
+ "previous": "tenpo esun pini",
79
+ "current": "tenpo esun ni",
80
+ "next": "tenpo esun kama",
81
+ "past": "tenpo esun pini {0}",
82
+ "future": "tenpo esun kama {0}"
83
+ },
84
+ "day": {
85
+ "previous": "tenpo suno pini",
86
+ "current": "tenpo suno ni",
87
+ "next": "tenpo suno kama",
88
+ "past": "tenpo suno pini {0}",
89
+ "future": "tenpo suno kama {0}"
90
+ },
91
+ "hour": {
92
+ "current": "tenpo ilo ni",
93
+ "past": "tenpo ilo pini {0}",
94
+ "future": "tenpo ilo kama {0}"
95
+ },
96
+ "minute": {
97
+ "current": "this minute",
98
+ "past": "-{0} min",
99
+ "future": "+{0} min"
100
+ },
101
+ "second": {
102
+ "current": "now",
103
+ "past": "-{0} s",
104
+ "future": "+{0} s"
105
+ }
106
+ },
107
+ "narrow": {
108
+ "year": {
109
+ "previous": "tenpo sike pini",
110
+ "current": "tenpo sike ni",
111
+ "next": "tenpo sike wan",
112
+ "past": "tenpo sike pini {0}",
113
+ "future": "tenpo sike kama {0}"
114
+ },
115
+ "quarter": {
116
+ "previous": "last quarter",
117
+ "current": "this quarter",
118
+ "next": "next quarter",
119
+ "past": "-{0} Q",
120
+ "future": "+{0} Q"
121
+ },
122
+ "month": {
123
+ "previous": "tenpo mun pini",
124
+ "current": "tenpo mun ni",
125
+ "next": "tenpo mun kama",
126
+ "past": "tenpo mun pini {0}",
127
+ "future": "tenpo mun kama {0}"
128
+ },
129
+ "week": {
130
+ "previous": "tenpo esun pini",
131
+ "current": "tenpo esun ni",
132
+ "next": "tenpo esun kama",
133
+ "past": "tenpo esun pini {0}",
134
+ "future": "tenpo esun kama {0}"
135
+ },
136
+ "day": {
137
+ "previous": "tenpo suno pini",
138
+ "current": "tenpo suno ni",
139
+ "next": "tenpo suno kama",
140
+ "past": "tenpo suno pini {0}",
141
+ "future": "tenpo suno kama {0}"
142
+ },
143
+ "hour": {
144
+ "current": "tenpo ilo ni",
145
+ "past": "tenpo ilo pini {0}",
146
+ "future": "tenpo ilo kama {0}"
147
+ },
148
+ "minute": {
149
+ "current": "this minute",
150
+ "past": "-{0} min",
151
+ "future": "+{0} min"
152
+ },
153
+ "second": {
154
+ "current": "now",
155
+ "past": "-{0} s",
156
+ "future": "+{0} s"
157
+ }
158
+ }
159
+ }