Download the PHP package th/translation-log-bundle without Composer
On this page you can find all versions of the php package th/translation-log-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download th/translation-log-bundle
More information about th/translation-log-bundle
Files in th/translation-log-bundle
Download th/translation-log-bundle
More information about th/translation-log-bundle
Files in th/translation-log-bundle
Vendor th
Package translation-log-bundle
Short Description Find those pesky dynamic translation strings
License Apache-2.0
Package translation-log-bundle
Short Description Find those pesky dynamic translation strings
License Apache-2.0
Please rate this library. Is it a good library?
Informations about the package translation-log-bundle
ThTranslationLogBundle
Log symfony translation misses.
The purpose of this bundle is to log translation misses as a way to get the spots where a normal translation:update does not work.
Do not enable this bundle for all your envs!
Usage
- Enable this bundle in a controlled setting, for example a dev env or with an IP check:
// in AppKernel::registerBundles() if ($this->getEnvironment() == 'dev') { $bundles[] = new TH\TranslationLogBundle\THTranslationLogBundle(); }
- Surf around, maybe create a Selenium of Behat test that runs throught your application for a given locale.
- Run the extrator on the logs to get missing messages:
app/console translation:process-miss-log
- Go through the lists (found in app/cache/dev/missing-translations) and move them to the correct places.
All versions of translation-log-bundle with dependencies
PHP Build Version
Package Version
Requires
symfony/symfony Version
>=2.1
The package th/translation-log-bundle contains the following files
Loading the files please wait ...