awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesTranslation Rendering

The process of generating translated markup on the server to eliminate client-side flickering.

Distinct from Server-Side Rendering: Focuses specifically on the rendering of translations on the server, rather than the general SSR mechanism.

Explore 2 awesome GitHub repositories matching web development · Translation Rendering. Refine with filters or upvote what's useful.

Awesome Translation Rendering GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • i18next/react-i18nextAvatar de i18next

    i18next/react-i18next

    10,005Ver en GitHub↗

    react-i18next is an internationalization framework that integrates the i18next ecosystem into React applications. It provides a system for replacing hardcoded strings with dynamic keys to support multiple languages across a user interface. The library includes an ICU message formatter for handling complex pluralization and gender-based translations. It features a localization management interface that allows for synchronizing translation keys with remote platforms and performing in-context content editing. The project covers server-side rendering localization with request-isolated translatio

    Generates translated content during server-side rendering to prevent flickering and client-side reloads.

    JavaScripti18ni18nextinternationalization
    Ver en GitHub↗10,005
  • symfony/translationAvatar de symfony

    symfony/translation

    6,607Ver en GitHub↗

    Symfony Translation is a PHP library and framework component for internationalizing applications. It provides a complete system for managing message catalogs, handling locale-aware string translation, and formatting messages using ICU MessageFormat syntax to support pluralization, gender, and conditional selection. The component organizes translatable strings into named domains, supports key-based lookup that decouples source text from localized versions, and offers deferred rendering through translatable objects that store parameters and render only when output is needed. The library disting

    Ships translatable objects that defer rendering until output is needed, storing parameters for later use.

    PHPcomponentphpsymfony
    Ver en GitHub↗6,607
  1. Home
  2. Web Development
  3. Server-Side Rendering
  4. Translation Rendering

Explorar subetiquetas

  • Deferred Translation ObjectsCreates message objects that store translation parameters and render themselves only when output is needed. **Distinct from Translation Rendering:** Distinct from Translation Rendering: focuses on lazy object-based deferral of translation rendering, not server-side markup generation.