react-cron-generator 2.0.17 → 2.0.19
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.
- package/build/index.js +1 -1
- package/build/index.js.map +1 -1
- package/package.json +2 -1
package/build/index.js
CHANGED
|
@@ -4726,7 +4726,7 @@ var cronstrueI18n = {exports: {}};
|
|
|
4726
4726
|
return "minuttene fra %s til og med %s etter timen";
|
|
4727
4727
|
};
|
|
4728
4728
|
nb.prototype.second = function () {
|
|
4729
|
-
return "
|
|
4729
|
+
return "andre";
|
|
4730
4730
|
};
|
|
4731
4731
|
nb.prototype.secondsX0ThroughX1PastTheMinute = function () {
|
|
4732
4732
|
return "sekundene fra %s til og med %s etter minuttet";
|