https://github.com/louisdevie/elizalina2
https://github.com/louisdevie/elizalina2
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/louisdevie/elizalina2
- Owner: louisdevie
- Created: 2024-01-24T13:23:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-20T00:17:56.000Z (about 1 year ago)
- Last Synced: 2025-02-02T10:34:41.584Z (4 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
[](https://codecov.io/github/louisdevie/elizalina2)
[](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.