@timeling/intl
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

Timeling translations.

Install

npm i @timeling/intl

Relevant scripts

# install libraries
npm install

# compile the library into the "dist" folder
npm run build

# publish the library to npmjs.com
npm publish

Usage

import { IntlProvider } from 'react-intl'
import messages from '@timeling/intl'

// ...etc...

export function AppContainer = () => {
  return (
    <IntlProvider messages={messages} {...moreParams}>
      <App />
    </IntlProvider>
  )
}

Dependencies (0)

    Dev Dependencies (6)

    Package Sidebar

    Install

    npm i @timeling/intl

    Weekly Downloads

    0

    Version

    1.1.0

    License

    UNLICENSED

    Unpacked Size

    30.9 kB

    Total Files

    9

    Last publish

    Collaborators

    • ashvin-pal
    • gchumillas
    • strawmonkey