teo/db18n-bundle

一个简单的基于数据库的标签翻译工具,包含管理区域

安装: 37

依赖: 0

建议者: 0

安全: 0

星标: 0

关注者: 3

分支: 0

开放问题: 0

类型:symfony-bundle

v0.3.1 2016-04-16 11:29 UTC

This package is not auto-updated.

Last update: 2024-09-14 15:47:36 UTC


README

安装

  • 在composer.json中添加行并运行 "php composer.phar require "teo/db18n-bundle""

  • 在AppKernel.php中激活bundle

    new Teo\Db18nBundle\TeoDb18nBundle()

  • bundle需要SonataAdminBundle以使管理功能正常工作,以及knp行为和一个2lix翻译表单以实现翻译

使用

在twig中

如果您使用|trans_db过滤器,翻译将从数据库中检索。