sleepness / uber-translation-bundle
Extends Symfony2 Translation Component by storing all your translations in fast Memcached
Installs: 188
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.3
- symfony/framework-bundle: ~2.3
- symfony/twig-bundle: ~2.3
Requires (Dev)
- phpunit/phpunit: ~4.5
- symfony/console: ~2.6
- symfony/finder: ~2.6
This package is auto-updated.
Last update: 2024-12-29 05:21:31 UTC
README
SleepnessUberTranslationBundle
This Bundle provides a tool to use Memcached translations and ease translations management.
Introduction
This Bundle uses Memcached as a recourse of your translations. By using SleepnessUberTranslationAdminBundle translation mechanism allows your client/customer to edit and override any translations directly from the website.
Separation of concern
The use of this tool allows to clear separation between "key" and "value". Developers are responsible for defining new keys and removing old keys, while client/customer is responsible for translating the website.
Symfony compatibility
This bundle works on any symfony 2.0+ version.
Storage layer
This Bundle uses Memcached as a storage. Please see wiki for the information how install and use Memcached.
Documentation
The bulk of the documentation for installation and configuration is stored in the Resources/doc/index.md
file in this bundle.
Contributing
Pull requests are welcome.
License
See the complete license in the bundle: Resources/meta/LICENSE
.