0.1.13 • Published 5 months ago

@vebgen/g11n v0.1.13

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months 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.12

5 months ago

0.1.13

5 months ago

0.1.11

5 months ago

0.1.8

5 months ago

0.1.7

5 months ago

0.1.9

5 months ago

0.1.3

1 year ago

0.1.2

2 years ago

0.1.0

2 years ago

0.0.10

2 years ago

0.0.12

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.6

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago