Skip to content

Commit

Permalink
Build 1.58.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI User committed Oct 16, 2018
1 parent 04683aa commit 5966fe5
Show file tree
Hide file tree
Showing 7 changed files with 63 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/cronstrue-i18n.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cronstrue-i18n.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/i18n/allLocales.d.ts
Expand Up @@ -18,3 +18,4 @@ export { he } from "./locales/he";
export { cs } from "./locales/cs";
export { sk } from "./locales/sk";
export { fi } from "./locales/fi";
export { sw } from "./locales/sw";
56 changes: 56 additions & 0 deletions dist/i18n/locales/sw.d.ts
@@ -0,0 +1,56 @@
import { Locale } from "../locale";
export declare class sw implements Locale {
atX0SecondsPastTheMinuteGt20(): string;
atX0MinutesPastTheHourGt20(): string;
commaMonthX0ThroughMonthX1(): string;
commaYearX0ThroughYearX1(): string;
use24HourTimeFormatByDefault(): boolean;
anErrorOccuredWhenGeneratingTheExpressionD(): string;
everyMinute(): string;
everyHour(): string;
atSpace(): string;
everyMinuteBetweenX0AndX1(): string;
at(): string;
spaceAnd(): string;
everySecond(): string;
everyX0Seconds(): string;
secondsX0ThroughX1PastTheMinute(): string;
atX0SecondsPastTheMinute(): "at %s seconds past the minute" | "sekunde %s baada ya dakika";
everyX0Minutes(): string;
minutesX0ThroughX1PastTheHour(): string;
atX0MinutesPastTheHour(): string;
everyX0Hours(): string;
betweenX0AndX1(): string;
atX0(): string;
commaEveryDay(): string;
commaEveryX0DaysOfTheWeek(): string;
commaX0ThroughX1(): string;
first(): string;
second(): string;
third(): string;
fourth(): string;
fifth(): string;
commaOnThe(): string;
spaceX0OfTheMonth(): string;
lastDay(): string;
commaOnTheLastX0OfTheMonth(): string;
commaOnlyOnX0(): string;
commaAndOnX0(): string;
commaEveryX0Months(): string;
commaOnlyInX0(): string;
commaOnTheLastDayOfTheMonth(): string;
commaOnTheLastWeekdayOfTheMonth(): string;
commaDaysBeforeTheLastDayOfTheMonth(): string;
firstWeekday(): string;
weekdayNearestDayX0(): string;
commaOnTheX0OfTheMonth(): string;
commaEveryX0Days(): string;
commaBetweenDayX0AndX1OfTheMonth(): string;
commaOnDayX0OfTheMonth(): string;
commaEveryMinute(): string;
commaEveryHour(): string;
commaEveryX0Years(): string;
commaStartingX0(): string;
daysOfTheWeek(): string[];
monthsOfTheYear(): string[];
}
3 changes: 2 additions & 1 deletion docs/index.html
Expand Up @@ -40,7 +40,7 @@ <h2 id="features">Features</h2>
<li>Supports all cron expression special characters including * / , - ? L W, #</li>
<li>Supports 5, 6 (w/ seconds or year), or 7 (w/ seconds and year) part cron expressions</li>
<li>Supports <a href="http://www.quartz-scheduler.org/">Quartz Job Scheduler</a> cron expressions</li>
<li>i18n support with 22 languages</li>
<li>i18n support with 23 languages</li>
</ul>
<h2 id="installation">Installation</h2>
<p>cRonstrue is exported as an <a href="https://github.com/umdjs/umd">UMD</a> module so it will work in an <a href="https://github.com/amdjs/amdjs-api/wiki/AMD">AMD</a>, <a href="http://wiki.commonjs.org/wiki/CommonJS">CommonJS</a> or browser global context.</p>
Expand Down Expand Up @@ -109,6 +109,7 @@ <h3 id="supported-locales">Supported Locales</h3>
<li>ru - Russian</li>
<li>sk - Slovakian</li>
<li>sl - Slovenian</li>
<li>sw - Swahili</li>
<li>sv - Swedish</li>
<li>tr - Turkish</li>
<li>uk - Ukrainian</li>
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "cronstrue",
"title": "cRonstrue",
"version": "1.57.0",
"version": "1.58.0",
"description": "Convert cron expressions into human readable descriptions",
"author": "Brady Holt",
"license": "MIT",
Expand Down

0 comments on commit 5966fe5

Please sign in to comment.