jordscream/translation-bundle
Composer 安装命令:
composer require jordscream/translation-bundle
包简介
This bundle allow to import translation files content into the database and provide a GUI to edit translations.
README 文档
README
This Symfony2 bundle allow to import translation files content into the database and provide a GUI to edit translations.
The idea is to:
- write your translations files (xliff, yml or php) as usual for at least one language (the default language of your website for example).
- load translations into the database by using a command line.
- freely edit/add translation through an edition page.
The bundle override the translator service and provide a DatabaseLoader. Database translations content is loaded last so it override content from xliff, yml and php translations files. You can also export translations from the database in to files in case of you need to get translations files with the same content as the database.
Documentation
For installation and configuration refer to Resources/doc/index.md
Here a little screen shot of the edition page :)
统计信息
- 总下载量: 26
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-08-13
