Download the PHP package object.bg/translationbundle without Composer
On this page you can find all versions of the php package object.bg/translationbundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download object.bg/translationbundle
More information about object.bg/translationbundle
Files in object.bg/translationbundle
Download object.bg/translationbundle
More information about object.bg/translationbundle
Files in object.bg/translationbundle
Vendor object.bg
Package translationbundle
Short Description This bundle provides Tranlations (labels) for project. Plug'n'play
License
Package translationbundle
Short Description This bundle provides Tranlations (labels) for project. Plug'n'play
License
Keywords translationlrc
Please rate this library. Is it a good library?
Informations about the package translationbundle
TranslationsBundle
Import your translations into database.
Installation:
it is recommented to install X.Y.* version - This project follow semver - Patch versions will be always compatible with each other. Minor versions may contain minor BC-breaks.
- composer require arxy/translations-bundle
- Register bundle in AppKernel.php:
new \Arxy\TranslationsBundle\ArxyTranslationsBundle()
You need to create the source of your translations by creating Repository which will loads the translations:
and the Repository:
For Object (Entity) Translations see: EntityTranslationsBundle
To update database with Tokens:
($locale does not matter since tokens are same for all locales and they are stored in single table, but it's required by Symfony)
php bin/console translation:update --output-format="db" $locale --force --no-interaction --prefix=
All versions of translationbundle with dependencies
PHP Build Version
Package Version
The package object.bg/translationbundle contains the following files
Loading the files please wait ....