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

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

استكشفعمليات بحث منسقةOpen-source alternativesSelf-hosted softwareالمدونةخريطة الموقع
المشروعحولHow we rankالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesDeferred Translation Objects

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

Explore 1 awesome GitHub repository matching web development · Deferred Translation Objects. Refine with filters or upvote what's useful.

Awesome Deferred Translation Objects GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • 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
  5. Deferred Translation Objects