0.1.4 • Published 6 years ago

microloco v0.1.4

Weekly downloads
24
License
-
Repository
github
Last release
6 years ago

code style: prettier

Microloco

Microloco is a micro-sized Javascript/Typescript internationalization library so small it's loco.

This library aims to make internationalization easy with as little configuration needed as possible.

It includes interpolation and pluralization support based on translations in defined JSON files or object literals.

Contributing

Want to contribute? Great! Please branch out from the master version from using a branchname such as feature/{insert-descriptive-feature-name} and create a pull request when ready.

Use npm run build to build the project.

Make sure you use the prettier and tslint styleguide in order to be able to commit.

Todos

  • Add tests
  • Support a way of formatting intervals of numbers that map to certain translations.