sleepness/uber-translation-bundle

Extends Symfony2 Translation Component by storing all your translations in fast Memcached

v1.0.0 2015-10-18 18:18 UTC

This package is auto-updated.

Last update: 2024-03-29 03:32:35 UTC


README

Build Status Scrutinizer Code Quality SensioLabsInsight Code Climate Gitter

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.