0.0.14 • Published 2 years ago

@calendar-widgets/locale v0.0.14

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

@calendar-widgets/locale

Localized messages for calendar widgets. This package is usually installed in-junction with @calendar-widgets/react or @calendar-widgets/helpers

Install

# npm
npm install @calendar-widgets/locale

# yarn
yarn add @calendar-widgets/locale

# pnpm
pnpm install @calendar-widgets/locale

Use case

There's an actual purpose for this package, but it is under active development. You can still use this package right now though.

const messages = require('@calendar-widgets/locale');

console.log(messages) // Full object of localized messages
0.0.14

2 years ago