# 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
Param | Type | Default |
---|---|---|
locale | string | "en" |
# defaultItems(locale) ⇒ object
Kind: global function
Returns: object
- items for minute, hour, day, month and day of week
Param | Type |
---|---|
locale | string |