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

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

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

3 مستودعات

Awesome GitHub RepositoriesPHP Translation Libraries

PHP-based collections of localized strings and translation helpers.

Distinct from PHP Caching Libraries: Specifically for i18n translation strings, not general PHP utility libraries like UUIDs or caching

Explore 3 awesome GitHub repositories matching web development · PHP Translation Libraries. Refine with filters or upvote what's useful.

Awesome PHP Translation Libraries GitHub Repositories

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

    caouecs/Laravel-lang

    7,780عرض على GitHub↗

    This project is a Laravel localization pack that provides a collection of pre-translated text files for the Laravel framework and its official starter kits. It serves as a PHP translation library containing multilingual interface assets designed to enable global user accessibility. The library specifically targets the localization of common Laravel components, including Jetstream, Fortify, Breeze, and Nova. By providing these pre-made translation assets, it supports the translation of the framework's core starter kits and general application interfaces into multiple languages. The project or

    Ships as a PHP library providing localized language strings following Laravel's directory structure.

    PHP
    عرض على GitHub↗7,780
  • 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

    Provides a complete translation framework for PHP applications with message catalogs, locale handling, and XLIFF support.

    PHPcomponentphpsymfony
    عرض على GitHub↗6,607
  • lingui/js-linguiالصورة الرمزية لـ lingui

    lingui/js-lingui

    5,786عرض على GitHub↗

    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

    Wraps translatable strings in JSX components using ICU MessageFormat syntax for extraction.

    TypeScript
    عرض على GitHub↗5,786
  1. Home
  2. Web Development
  3. PHP Translation Libraries

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

  • ICU MessageFormat TranslatorsTranslation libraries that parse and render ICU MessageFormat strings for pluralization, gender, and conditional selection. **Distinct from PHP Translation Libraries:** Distinct from PHP Translation Libraries: specifically implements ICU MessageFormat syntax, not general key-value translation.