Skip to content

Commit

Permalink
Build 1.59.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI User committed Jan 7, 2019
1 parent 410264f commit eb95191
Show file tree
Hide file tree
Showing 7 changed files with 62 additions and 4 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
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export { ru } from "./locales/ru";
export { tr } from "./locales/tr";
export { uk } from "./locales/uk";
export { zh_CN } from "./locales/zh_CN";
export { zh_TW } from "./locales/zh_TW";
export { ja } from "./locales/ja";
export { he } from "./locales/he";
export { cs } from "./locales/cs";
Expand Down
56 changes: 56 additions & 0 deletions dist/i18n/locales/zh_TW.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
import { Locale } from "../locale";
export declare class zh_TW implements Locale {
atX0SecondsPastTheMinuteGt20(): string;
atX0MinutesPastTheHourGt20(): string;
commaMonthX0ThroughMonthX1(): string;
commaYearX0ThroughYearX1(): string;
use24HourTimeFormatByDefault(): boolean;
everyMinute(): string;
everyHour(): string;
anErrorOccuredWhenGeneratingTheExpressionD(): string;
atSpace(): string;
everyMinuteBetweenX0AndX1(): string;
at(): string;
spaceAnd(): string;
everySecond(): string;
everyX0Seconds(): string;
secondsX0ThroughX1PastTheMinute(): string;
atX0SecondsPastTheMinute(): string;
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[];
}
1 change: 1 addition & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ <h3 id="supported-locales">Supported Locales</h3>
<li>tr - Turkish</li>
<li>uk - Ukrainian</li>
<li>zh_CN - Chinese (Simplified)</li>
<li>zh_TW - Chinese (Traditional)</li>
</ul>
<h2 id="license">License</h2>
<p>cRonstrue is freely distributable under the terms of the <a href="https://github.com/bradymholt/cronstrue/blob/master/LICENSE">MIT license</a>.</p>
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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cronstrue",
"title": "cRonstrue",
"version": "1.58.0",
"version": "1.59.0",
"description": "Convert cron expressions into human readable descriptions",
"author": "Brady Holt",
"license": "MIT",
Expand Down

0 comments on commit eb95191

Please sign in to comment.