1 Repo
Libraries that share a single internationalization workflow across multiple JavaScript frameworks.
Distinct from React Internationalization Libraries: No candidate covers a shared i18n workflow across multiple frameworks; closest candidates focus on single-framework solutions.
Explore 1 awesome GitHub repository matching web development · Multi-Framework Localization Libraries. Refine with filters or upvote what's useful.
Lingui is a JavaScript internationalization library that provides a framework-agnostic core with bindings for React, SolidJS, Svelte, Astro, and other JavaScript frameworks. It operates through a compile-time message extraction pipeline that scans source files for translatable strings, generates standard PO, JSON, or CSV catalog files, and compiles them into optimized JavaScript modules for production deployment. The library uses macro-based message definition to wrap translatable text in source code while preserving context for extraction, and includes a plural rule engine that automatically
Shares a single internationalization workflow across React, React Native, SolidJS, Astro, and Svelte.