dahlia-i18n
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

dahlia-i18n

Installation

yarn add dahlia-i18n

Quick Start

locale file

locales
├── cn.json
├── default.json
└── en.json
// en.json
{
  "name": "dahlia"
}
import { i18n } from 'dahlia/i18n'

export default () => (
  <div>{i18n.name}</div>
)

// ...

License

MIT License

Readme

Keywords

none

Package Sidebar

Install

npm i dahlia-i18n

Weekly Downloads

9

Version

1.1.0

License

MIT

Unpacked Size

5.75 kB

Total Files

10

Last publish

Collaborators

  • forsigner