webmunkeez/i18n-bundle

Symfony 的国际化。

安装: 27

依赖项: 0

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 0

公开问题: 0

类型:symfony-bundle

v1.1.0 2023-12-08 19:30 UTC

README

此包为 Symfony 应用程序解锁国际化功能。

安装

使用 Composer 安装此包

$ composer require webmunkeez/i18n-bundle

在您的应用程序内核中添加此包

// config/bundles.php

return [
    // ...
    Webmunkeez\I18nBundle\WebmunkeezI18nBundle::class => ['all' => true],
    // ...
];