An open API service indexing awesome lists of open source software.

https://github.com/opral/inlang-paraglide-js

Tree-shakable i18n library build on the inlang file format.
https://github.com/opral/inlang-paraglide-js

i18n

Last synced: about 2 months ago
JSON representation

Tree-shakable i18n library build on the inlang file format.

Awesome Lists containing this project

README

        

> [!NOTE]
> This repository serves as an issue tracker. The readme is mirrored from, and the source code is at [monorepo/inlang/packages/paraglide/paraglide-js](https://github.com/opral/monorepo/tree/main/inlang/packages/paraglide/paraglide-js). Make pull requests to the monorepo.

[![Inlang-ecosystem compatibility badge](https://cdn.jsdelivr.net/gh/opral/monorepo@main/inlang/assets/md-badges/inlang.svg)](https://inlang.com)

[![NPM Downloads](https://img.shields.io/npm/dw/%40inlang%2Fparaglide-js?logo=npm&logoColor=red&label=npm%20downloads)](https://www.npmjs.com/package/@inlang/paraglide-js)
[![Closed github issues](https://img.shields.io/github/issues-closed/opral/paraglide-js?logo=github&color=purple)](https://github.com/opral/inlang-paraglide-js/issues)
[![Monorepo contributors](https://img.shields.io/github/contributors/opral/monorepo?logo=github)](https://github.com/opral/monorepo/graphs/contributors)

A compiler-based i18n library that emits tree-shakable message functions. This means that only the messages you actually use are loaded without asynchronous waterfalls.

Visit https://inlang.com/m/gerre34r/library-inlang-paraglideJs to learn more.

## Contributing

Read the [CONTRIBUTING.md](https://github.com/opral/monorepo/blob/main/inlang/packages/paraglide/paraglide-js/CONTRIBUTING.md) file to learn more on how to contribute.