0.1.3 • Published 20 days ago

@vebgen/g11n v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
20 days ago

g11n

The package builds on formatjs and react-intl to provide a complete solution for small web applications and libraries. The package is designed to be used with React.

This library fills two gaps in the existing solutions:

  • it provides a way to extract translations and generate final translation files by yourself, without relying on a third party service; you simply run the translation target that collects strings from your code, merges them with existing translations and generates the final translation files, all in one step; you can also point the script to dependencies that have similar translations and it will merge them with your translations (the @vebgen/g11n-cli package);
  • it provides for a way to retrieve the translations from the server and use them in the client through a custom provider (the @vebgen/g11n package).

To use this library in your project, install it using your favorite package manager:

npm install @vebgen/g11n
pnpm install @vebgen/g11n
yarn add @vebgen/g11n
0.1.3

20 days ago

0.1.2

5 months ago

0.1.0

5 months ago

0.0.10

5 months ago

0.0.12

5 months ago

0.0.9

5 months ago

0.0.8

5 months ago

0.0.6

5 months ago

0.0.4

6 months ago

0.0.3

6 months ago