awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • caouecs/laravel-langAvatar de caouecs

    caouecs/Laravel-lang

    7,780Voir sur 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
    Voir sur GitHub↗7,780
  • symfony/translationAvatar de symfony

    symfony/translation

    6,607Voir sur 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
    Voir sur GitHub↗6,607
  • lingui/js-linguiAvatar de lingui

    lingui/js-lingui

    5,786Voir sur 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
    Voir sur GitHub↗5,786
  1. Home
  2. Web Development
  3. PHP Translation Libraries

Explorer les sous-tags

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