awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • caouecs/laravel-langcaouecs 的头像

    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/translationsymfony 的头像

    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-linguilingui 的头像

    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.