awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesInternationalization Task Parallelization

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.

Awesome Internationalization Task Parallelization GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • lingui/js-linguiAvatar von lingui

    lingui/js-lingui

    5,786Auf GitHub ansehen↗

    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.

    TypeScript
    Auf GitHub ansehen↗5,786
  1. Home
  2. Development Tools & Productivity
  3. Parallel Execution
  4. Parallel Compilation
  5. Internationalization Task Parallelization