Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/louisdevie/elizalina2
https://github.com/louisdevie/elizalina2
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/louisdevie/elizalina2
- Owner: louisdevie
- Created: 2024-01-24T13:23:27.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-05-20T00:17:56.000Z (7 months ago)
- Last Synced: 2024-05-20T01:25:55.626Z (7 months ago)
- Language: TypeScript
- Size: 495 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![codecov](https://codecov.io/github/louisdevie/elizalina2/graph/badge.svg?token=6EO0LR9PWQ)](https://codecov.io/github/louisdevie/elizalina2)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier#readme)### What's this ?
An i18n framework made for CLI tools and libraries (for Node or the browser). Translations are stored in separate files and
compiled into Javascript or Typescript modules. Numbers, date, time and lists formatting as well as pluralization is
supported through Intl.#### Features :
- [ ] Javascript generation
- [x] Typescript generation
- [ ] Typescript declarations generation
- [ ] Source maps generation
- [x] Number formatting
- [x] Date and time formatting
- [x] List formatting
- [x] Pluralization
- [ ] Defining fallbacks in translations files
- [ ] Message selectors in translations files
- [ ] Extension/Plugin API### How do I use it ?
*“ That's the neat part, you don't ! ”*
I strongly advise against using it in any real project as it's still in early development. Its only use right now is
dogfooding.### License
The packages are licensed under the MIT License. The software is provided "as is", without warranty of any kind, express
or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and
noninfringement.