1.1.0 • Published 5 years ago

dahlia-i18n v1.1.0

Weekly downloads
9
License
MIT
Repository
github
Last release
5 years ago

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

1.1.0

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago