Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/imcuttle/tiny-i18n

🎈A lightweight yet magical(with react live editable) internationalization's library.
https://github.com/imcuttle/tiny-i18n

edit-live editable i18n internationalization live react

Last synced: 18 days ago
JSON representation

🎈A lightweight yet magical(with react live editable) internationalization's library.

Awesome Lists containing this project

README

        

# tiny-i18n

[![build status](https://img.shields.io/travis/imcuttle/tiny-i18n/master.svg?style=flat-square)](https://travis-ci.org/imcuttle/tiny-i18n)
[![Test coverage](https://img.shields.io/codecov/c/github/imcuttle/tiny-i18n.svg?style=flat-square)](https://codecov.io/github/imcuttle/tiny-i18n?branch=master)
[![NPM version](https://img.shields.io/npm/v/tiny-i18n.svg?style=flat-square)](https://www.npmjs.com/package/tiny-i18n)
[![NPM Downloads](https://img.shields.io/npm/dm/tiny-i18n.svg?style=flat-square&maxAge=43200)](https://www.npmjs.com/package/tiny-i18n)

🎈A lightweight yet magical(with react live editable) internationalization's library.

[A demo](https://imcuttle.github.io/tiny-i18n/) and [video](http://obu9je6ng.bkt.clouddn.com/Jietu20180622-102135-HD.mp4) created by react and using edit-live.

- [中文介绍](https://imcuttle.github.io/%E5%9C%A8%E7%BA%BF%E7%BC%96%E8%BE%91%E5%9B%BD%E9%99%85%E5%8C%96%E6%96%87%E6%9C%AC)
- [ζ–Ήζ‘ˆθ―΄ζ˜Ž](https://github.com/imcuttle/personal-blog/issues/17)

## Multi-Packages

- [tiny-i18n](packages/tiny-i18n) - Tiny yet useful i18n library.
- [@tiny-i18n/react-live](packages/react-live) - The magical effect making tiny-i18n could be used easily and edit live in react.
- [@tiny-i18n/express-live](packages/express-live) - The express router about tiny-i18n's edit live.
- [@tiny-i18n/fs](packages/fs) - The utilities about some actions dealing with i18n files.

## Related

- [@rcp/use.i18n](https://github.com/imcuttle/rcp/tree/master/packages/use.i18n) - A react hook for using i18n
- [@rcp/use.i18ncontext](https://github.com/imcuttle/rcp/tree/master/packages/use.i18ncontext) - A react hook for using i18n provider/consumer
- [@rcp/hoc.i18n](https://github.com/imcuttle/rcp/tree/master/packages/hoc.i18n) - React Component's high order component about internationalization