awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • i18next/react-i18nextالصورة الرمزية لـ i18next

    i18next/react-i18next

    10,005عرض على 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
    عرض على GitHub↗10,005
  • symfony/translationالصورة الرمزية لـ symfony

    symfony/translation

    6,607عرض على 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
    عرض على GitHub↗6,607
  1. Home
  2. Web Development
  3. Server-Side Rendering
  4. Translation Rendering

استكشف الوسوم الفرعية

  • 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.