locale

Usage

import core from '@vue-js-cron/core'
const { locale } = core

Functions

getLocale(locale)object
defaultItems(locale)object

getLocale(locale) ⇒ object

Kind: global function
Returns: object - object with all strings in the request language

ParamTypeDefault
localestring"en"

defaultItems(locale) ⇒ object

Kind: global function
Returns: object - items for minute, hour, day, month and day of week

ParamType
localestring
Contributors: Andreas Bichinger