Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/imcuttle/tiny-i18n
- Owner: imcuttle
- License: mit
- Created: 2018-02-28T15:07:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T20:43:41.000Z (almost 2 years ago)
- Last Synced: 2024-10-23T06:55:29.129Z (24 days ago)
- Topics: edit-live, editable, i18n, internationalization, live, react
- Language: JavaScript
- Homepage:
- Size: 1.47 MB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 26
-
Metadata Files:
- Readme: Readme.md
- Changelog: CHANGELOG.md
- License: License
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