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.
- Host: GitHub
- URL: https://github.com/opral/inlang-paraglide-js
- Owner: opral
- Created: 2024-03-11T18:19:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-16T18:01:25.000Z (4 months ago)
- Last Synced: 2025-05-06T15:46:21.947Z (about 2 months ago)
- Topics: i18n
- Homepage: https://inlang.com/m/gerre34r/library-inlang-paraglideJs
- Size: 46.9 KB
- Stars: 92
- Watchers: 2
- Forks: 4
- Open Issues: 44
-
Metadata Files:
- Readme: README.md
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.[](https://inlang.com)
[](https://www.npmjs.com/package/@inlang/paraglide-js)
[](https://github.com/opral/inlang-paraglide-js/issues)
[](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.