1 Repo
Speeds up build-time i18n tasks by processing files, catalogs, or locales concurrently using a configurable worker pool.
Distinct from Parallel Compilation: Distinct from Parallel Compilation: focuses on parallelizing internationalization-specific extraction and compilation tasks, not general code compilation.
Explore 1 awesome GitHub repository matching development tools & productivity · Internationalization Task Parallelization. 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
Parallelizes extraction and compilation of translation catalogs to speed up build-time i18n tasks.