louisdevie / elizalina2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elizalina II

codecov code style: prettier

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
  • Typescript generation
  • Typescript declarations generation
  • Source maps generation
  • Number formatting
  • Date and time formatting
  • List formatting
  • 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.

About


Languages

Language:TypeScript 97.1%Language:JavaScript 1.9%Language:ANTLR 1.0%